提交 29c24f51 编写于 作者: K Kamran Ahmed

Remove dangling console.log

上级 f8988810
......@@ -114,7 +114,6 @@ export default class Overlay {
// Continue drawing while we can highlight or we are still fading out
if (canHighlight || this.overlayAlpha > 0) {
console.log(this.overlayAlpha);
// Add the overlay if not already there
if (!this.overlay.parentNode) {
document.body.appendChild(this.overlay);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册