Skip to content

Commit

Permalink
Fixes##3508
Browse files Browse the repository at this point in the history
  • Loading branch information
kaurjasleen240305 committed Jan 2, 2024
1 parent 46089ef commit bda0710
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions js/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,11 +445,8 @@ class Blocks {
return;
}

const that = this;
const that = this;
const obj = this.clampBlocksToCheck.pop();
console.debug("JASLEEN");
console.debug(obj[0]);
console.debug(obj[1]);
const blk = obj[0];
const clamp = obj[1];

Expand Down

0 comments on commit bda0710

Please sign in to comment.