Skip to content

Commit 8128e7b

Browse files
Remove stray console log
1 parent 6d5e087 commit 8128e7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/dial-controls/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ <h2>BG Color:</h2>
8181
$active = $active.prev();
8282
}
8383
if (!$active.length) $active.end();
84-
console.log($active.closest('.dial').data('property'));
8584

8685
$('#main').css($active.closest('.dial').data('property'), $active.data('value'));
8786
}, {

0 commit comments

Comments
 (0)