remove debugger

This commit is contained in:
DD Liu 2017-07-31 18:09:20 -04:00
parent a48efe681e
commit ffbbbc71cc

View file

@ -102,7 +102,6 @@ test('monitor thread not added twice', t => {
vm.loadProject(project).then(() => {
t.equal(vm.runtime.threads.length, 0);
debugger;
vm.runtime._step();
checkMonitorThreadPresent(t, vm.runtime.threads);
t.assert(vm.runtime.threads[0].status === Thread.STATUS_RUNNING);