Skip to content

Commit 4fbe10c

Browse files
committed
Remove unnecessary print
1 parent 281ba3a commit 4fbe10c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/robotide/editor/grid.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def write_cell(self, row, col, value, update_history=True):
5656
if update_history:
5757
self._update_history()
5858
self._expand_if_necessary(row, col)
59-
print self.GetCellSize(row, col)
6059
self.SetCellValue(row, col, value)
6160

6261
def _expand_if_necessary(self, row, col):

0 commit comments

Comments
 (0)