Skip to content

Commit 22d2416

Browse files
author
David Haeffner
committed
Removed rogue debugger statement
1 parent e7e6259 commit 22d2416

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/selenium-ide/src/neo/stores/view/PlaybackState.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ class PlaybackState {
235235

236236
@action.bound
237237
playTestOrResume() {
238-
debugger
239238
if (this.paused) {
240239
return this.resume()
241240
} else if (!this.isPlaying) {

0 commit comments

Comments
 (0)