1
0
Fork 0

Remove a stray log message

This commit is contained in:
James Turner 2018-04-09 15:52:14 +01:00
parent 72f9ff3735
commit 9fbd879c9f

View file

@ -32,7 +32,6 @@ SettingControl {
function restoreState()
{
console.info("Custom restore state on SettingsDateTimePicker");
var rawValue = _config.getValueForKey("", root.setting, defaultValue);
dateTimeEdit.setDate(rawValue);
}