Commit e446ed81 by Tom Giannattasio

removed stupid console log

parent 9c06a4fc
......@@ -72,8 +72,6 @@ function toggleProblemSettings(e) {
function toggleCheatsheet(e) {
e.preventDefault();
console.log('bam');
if(!$currentEditor.find('.simple-editor-cheatsheet')[0]) {
$cheatsheet = $($('#simple-editor-cheatsheet').html());
$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