Skip to content

Commit

Permalink
removing debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
MeoMix committed May 18, 2015
1 parent a352151 commit 4c207d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/test/common/utility.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
var containerLength = 1000;
var elementLength = 100;

debugger;
var adjustedOffset = Utility.shiftOffset(offset, elementLength, containerLength);
expect(adjustedOffset).not.to.equal(offset);
expect(adjustedOffset).to.equal(900);
Expand Down

0 comments on commit 4c207d0

Please sign in to comment.