Commit 416d6d46 authored by Frank Bergmann's avatar Frank Bergmann

- Fixed syntax error

parent 4aa7998c
......@@ -947,7 +947,6 @@ Ext.define('POSync.controller.Connection', {
case 'none':
if (me.debug) console.log('Connection.syncExecOperationsEasy: op='+operation+', id='+op.get('id'));
break
}
case 'download':
if (me.debug) console.log('Connection.syncExecOperationsEasy: op='+operation+', id='+op.get('id'));
me.syncDownload(projectId, op);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment