Skip to content

Commit

Permalink
remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
notwaldorf committed Nov 29, 2018
1 parent bab63b3 commit f0a1307
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class Parser {
}

parseSingleAttentionWeights(json) {
debugger
let start = new Date();
const numSteps = json.music_text.length;
let headWeights;
Expand Down

0 comments on commit f0a1307

Please sign in to comment.