CC-3834: System -> Stream Settings: click "save" will cause some errors in

zendphp.log

- removed logging
This commit is contained in:
James 2012-06-08 10:33:06 -04:00
parent 7228dc9eb0
commit 3b9f6f12de
1 changed files with 0 additions and 2 deletions

View File

@ -179,8 +179,6 @@ class Application_Model_StreamSetting {
$con->exec($sql);
}
} else {
Logging::log("Warning unexpected value: ".$key);
}
}
}