mirror of https://github.com/perkeep/perkeep.git
remove debug
Change-Id: I7ced1f4d6376444b8c7491e038addaf9ef35f8c4
This commit is contained in:
parent
eaa9c427ac
commit
6aca4d1aee
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue