address grumbles

This commit is contained in:
Robert Habermeier 2016-09-05 22:59:34 +02:00
parent 46b1224f7c
commit 09bc675e6a
2 changed files with 1 additions and 12 deletions

View File

@ -273,17 +273,6 @@ pub fn execute(cmd: RunCmd) -> Result<(), String> {
}, },
}; };
if !cmd.no_periodic_snapshot {
let watcher = snapshot::Watcher::new(
service.client(),
service.io().channel(),
SNAPSHOT_PERIOD,
SNAPSHOT_HISTORY,
);
service.add_notify(Arc::new(watcher));
}
// start ui // start ui
if cmd.ui { if cmd.ui {
if !cmd.dapps_conf.enabled { if !cmd.dapps_conf.enabled {