Skip to content

Commit 59661ee

Browse files
committed
Remove bad debugging code!
1 parent d745853 commit 59661ee

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

intro.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@
180180
arrowLayer.className = 'introjs-arrow bottom';
181181
break;
182182
case 'right':
183-
console.log(tooltipLayerPosition);
184183
tooltipLayer.style.right = "-" + (tooltipLayerPosition.width + 10) + "px";
185184
arrowLayer.className = 'introjs-arrow left';
186185
break;

minified/intro.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)