Skip to content

Commit

Permalink
Merge pull request #36 from milafrerichs/fix-debugger
Browse files Browse the repository at this point in the history
fix: remove debugger :(
  • Loading branch information
milafrerichs authored Aug 11, 2019
2 parents 7c14dc8 + b971d73 commit 5681446
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "javascript-repl",
"svelte": "src/Repl.svelte",
"module": "index.mjs",
"version": "0.2.4",
"version": "0.2.5",
"description": "",
"main": "index.js",
"author": "Mila Frerichs <[email protected]>",
Expand Down
1 change: 0 additions & 1 deletion src/Repl.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
const debounce = (func, delay) => {
let inDebounce
debugger
return function() {
const context = this
const args = arguments
Expand Down

0 comments on commit 5681446

Please sign in to comment.