Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 8289cce

Browse files
author
Nick Litwin
committed
Remove debugger
1 parent 6b0c7a8 commit 8289cce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/blocks/logger/logger.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import angular from 'angular'
2525
/////////////////////
2626

2727
function error(message, data, title) {
28-
debugger
2928
if (data) {
3029
message = `${message} ${JSON.stringify(data)}`
3130
}

0 commit comments

Comments
 (0)