mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
remove debugger
This commit is contained in:
parent
a48efe681e
commit
ffbbbc71cc
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue