Skip to content

Commit

Permalink
Remove uneeded debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergi Almacellas Abellana committed Apr 27, 2017
1 parent 04efec0 commit 242e7ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion papaparse.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@
{
_config = _config || {};
var dynamicTyping = _config.dynamicTyping || false;
debugger;
if (typeof dynamicTyping == 'function') {
_config.dynamicTypingFunction = dynamicTyping;
// Will be filled on first row call
Expand Down

0 comments on commit 242e7ef

Please sign in to comment.