Skip to content

Commit 3b0b248

Browse files
committed
Panels: Remove console.log
1 parent 844ad71 commit 3b0b248

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/panel/panel_core.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
ok( $wrapper.hasClass( prefix + "-display-reveal" ), "wrapper display type class" );
8080

8181
ok( $modal.hasClass( defaults.classes.modalOpen ), "modal open class" );
82-
console.log($modal);
8382

8483
prefix = defaults.classes.modal;
8584
ok( $modal.hasClass( prefix + "-position-left" ), "modal position class" );

0 commit comments

Comments
 (0)