Skip to content

Commit

Permalink
[js] Remove debugging leftover.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Jul 31, 2016
1 parent 1c340e1 commit 878960d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vm/js/nqp-runtime/array.js
Expand Up @@ -122,7 +122,6 @@ NQPArray.prototype.$$clone = function() {
};

NQPArray.prototype.$$atposnd = function(idx) {
console.log(idx);
if (idx.array.length != 1) {
throw new NQPException('A dynamic array can only be indexed with a single dimension');
}
Expand Down

0 comments on commit 878960d

Please sign in to comment.