Skip to content

Commit

Permalink
Remove bad debugging code!
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Mar 20, 2013
1 parent d745853 commit 59661ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@
arrowLayer.className = 'introjs-arrow bottom';
break;
case 'right':
console.log(tooltipLayerPosition);
tooltipLayer.style.right = "-" + (tooltipLayerPosition.width + 10) + "px";
arrowLayer.className = 'introjs-arrow left';
break;
Expand Down
2 changes: 1 addition & 1 deletion minified/intro.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 59661ee

Please sign in to comment.