Skip to content

Commit

Permalink
Remove forgotten console log introduced in 8a2693b
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Pulges committed Dec 10, 2013
1 parent 5070c40 commit a21df76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/createLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
elementToSetCaretAfter = whiteSpace;
}
}
console.log(elementToSetCaretAfter);
composer.selection.setAfter(elementToSetCaretAfter);
}

Expand Down

0 comments on commit a21df76

Please sign in to comment.