Index: trunk/parsers/wikidom/lib/jquery.editSurface.js |
— | — | @@ -31,7 +31,6 @@ |
32 | 32 | 'start': getCursorPosition( e ), |
33 | 33 | 'end': null |
34 | 34 | }; |
35 | | - console.log( sel.start ); |
36 | 35 | cursor.show(); |
37 | 36 | drawSelection( $target.parent() ); |
38 | 37 | // Move cursor |