Commit e446ed81 by Tom Giannattasio

removed stupid console log

parent 9c06a4fc
...@@ -72,8 +72,6 @@ function toggleProblemSettings(e) { ...@@ -72,8 +72,6 @@ function toggleProblemSettings(e) {
function toggleCheatsheet(e) { function toggleCheatsheet(e) {
e.preventDefault(); e.preventDefault();
console.log('bam');
if(!$currentEditor.find('.simple-editor-cheatsheet')[0]) { if(!$currentEditor.find('.simple-editor-cheatsheet')[0]) {
$cheatsheet = $($('#simple-editor-cheatsheet').html()); $cheatsheet = $($('#simple-editor-cheatsheet').html());
$currentEditor.append($cheatsheet); $currentEditor.append($cheatsheet);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment