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

This reverts commit 5353659f9f.
This commit is contained in:
Jakob Borg
2014-07-08 11:49:28 +02:00
parent a7b6e35467
commit 50b37f1366
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)