diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-05 20:47:31 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-05 20:47:31 +0200 |
| commit | 4f3db262e9e41504b6a44a5a75029abdab8546b2 (patch) | |
| tree | b190f3530312e1f9e6b66e2c63bb970496bb3694 /src | |
| parent | c53dce9f564b3d8bcb712f3047d48a700ad2f82d (diff) | |
remove two console logs in last commit
Diffstat (limited to 'src')
| -rw-r--r-- | src/view/completer.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/view/completer.js b/src/view/completer.js index ce848eff..0e2d0f48 100644 --- a/src/view/completer.js +++ b/src/view/completer.js @@ -65,8 +65,6 @@ var completer = (function (input_element, dropdown) { // // #this and #that then #he // ^ - console.log(text); - console.log(cursor); var hash = text.slice(0, cursor).lastIndexOf('#'); // TODO check if current completion has been invalidated _invalidateSelection(); |
