remove debug

Change-Id: I7ced1f4d6376444b8c7491e038addaf9ef35f8c4
This commit is contained in:
Brad Fitzpatrick 2012-04-14 15:22:41 -07:00
parent eaa9c427ac
commit 6aca4d1aee
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ func populateSchemaUnix(m map[string]interface{}, fi os.FileInfo) {
// Include the ctime too, if it differs.
sec, nsec := st.Ctim.Unix()
println("ctime", sec, nsec)
ctime := time.Unix(sec, nsec)
if sec != 0 && !ctime.Equal(fi.ModTime()) {
m["unixCtime"] = RFC3339FromTime(ctime)