Skip to content

Commit 04b0564

Browse files
committed
Remove extraneous print statement
- Bump to 4.0.11
1 parent 3fbabbd commit 04b0564

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyqode/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import logging
1111

1212

13-
__version__ = '4.0.10'
13+
__version__ = '4.0.11'
1414

1515

1616
logging.addLevelName(1, "PYQODEDEBUGCOMM")

pyqode/core/api/decoration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ def __init__(self, cursor_or_bloc_or_doc, start_pos=None, end_pos=None,
110110
# then we set the anchor to end_pos, which then has an absolute
111111
# meanin gin terms of characters from the start.
112112
self.cursor.setPosition(end_pos, self.cursor.KeepAnchor)
113-
print('done!')
114113
self.character = self.cursor.selectedText()
115114

116115
def contains_cursor(self, cursor, margin=0):

0 commit comments

Comments
 (0)