Skip to content

Commit 4b27a15

Browse files
committed
[js] Remove debugging leftover.
1 parent 166b381 commit 4b27a15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"use strict";
12
var sixmodel = require('./sixmodel.js');
23
var Hash = require('./hash.js');
34
var NQPInt = require('./nqp-int.js');
@@ -199,8 +200,6 @@ P6opaque.prototype.serializeReprData = function(st, cursor) {
199200
var numAttrs = st.REPR.flattenedStables.length;
200201
cursor.varint(numAttrs);
201202

202-
var STARTING_OFFSET = cursor.offset;
203-
204203
for (var i = 0; i < numAttrs; i++) {
205204
if (st.REPR.flattenedStables[i] == null) {
206205
cursor.varint(0);

0 commit comments

Comments
 (0)