Skip to content

Commit

Permalink
Removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrousso committed Oct 9, 2016
1 parent 8eaa7d6 commit 0332306
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ function addPreviews() {

let preview = new Preview(data[counter[i]++]);
preview.show(previewContainer, offset, side);
preview._element.classList.add(i);

switch (side) {
case Preview.Side.Right:
Expand Down

0 comments on commit 0332306

Please sign in to comment.