Remove further remnants of replay logging.

pull/360/head
Christopher Young 2016-03-26 17:24:08 -04:00
rodzic c6c8c22b63
commit ce1617af93
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -209,7 +209,6 @@ func handleSettingsSetRequest(w http.ResponseWriter, r *http.Request) {
v := val.(bool)
if v != globalSettings.ReplayLog { // Don't mark the files unless there is a change.
globalSettings.ReplayLog = v
replayMark(v)
}
case "PPM":
globalSettings.PPM = int(val.(float64))