Revert "Add temporary debug logging for #344 (revert later)"

This reverts commit 5353659f9f.
This commit is contained in:
Jakob Borg
2014-07-04 15:20:29 +02:00
parent 3c4002e149
commit 193cea95ce
3 changed files with 0 additions and 59 deletions

View File

@@ -98,9 +98,6 @@ func NewModel(indexDir string, cfg *config.Configuration, clientName, clientVers
sup: suppressor{threshold: int64(cfg.Options.MaxChangeKbps)},
}
// TEMP: #344
files.SetCM(m.cm)
var timeout = 20 * 60 // seconds
if t := os.Getenv("STDEADLOCKTIMEOUT"); len(t) > 0 {
it, err := strconv.Atoi(t)