We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281ba3a commit 4fbe10cCopy full SHA for 4fbe10c
src/robotide/editor/grid.py
@@ -56,7 +56,6 @@ def write_cell(self, row, col, value, update_history=True):
56
if update_history:
57
self._update_history()
58
self._expand_if_necessary(row, col)
59
- print self.GetCellSize(row, col)
60
self.SetCellValue(row, col, value)
61
62
def _expand_if_necessary(self, row, col):
0 commit comments