Skip to content

Commit ca1e923

Browse files
committed
[js] Remove debugging leftover found by BenGoldberg1++.
1 parent 94ea924 commit ca1e923

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vm/js/nqp-runtime/reprs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,6 @@ class VMArray extends REPR {
976976
}
977977

978978
$$join(delim) {
979-
var nqp = require('nqp-runtime');
980979
var stringified = [];
981980
for (let i=0;i < this.array.length;i++) {
982981
stringified.push(typeof this.array[i] == 'string' ? this.array[i] : this.array[i].$$getStr());

0 commit comments

Comments
 (0)