Deleted a forgotten debug statement in the editor.

Sat, 10 Nov 2012 19:36:48 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 10 Nov 2012 19:36:48 +0100
changeset 2216
3372cf8877c0
parent 2215
5b49d2731fa3
child 2217
e80c74f2a25a

Deleted a forgotten debug statement in the editor.

QScintilla/Editor.py file | annotate | diff | comparison | revisions
--- a/QScintilla/Editor.py	Sat Nov 10 19:33:12 2012 +0100
+++ b/QScintilla/Editor.py	Sat Nov 10 19:36:48 2012 +0100
@@ -6679,8 +6679,6 @@
         wordStartPos = self.positionFromLineIndex(line, wordStart)
         wordEndPos = self.positionFromLineIndex(line, wordEnd)
         
-        print(word, wordStartPos, wordEndPos, "<"+self.text()[wordStartPos:wordEndPos]+">")
-        
         regExp = re.compile(r"\b{0}\b".format(word))
         if forward:
             startPos = wordEndPos

eric ide

mercurial