Skip to content

Commit

Permalink
Remove unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Aug 11, 2016
1 parent 7f001d0 commit 82ccbe7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions simplesqlite/loader/spreadsheet/gsloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ def load(self):

try:
self.__strip_empty_col()
except ValueError as e:
print e
except ValueError:
continue

value_matrix = self.__all_values[self._get_start_row_idx():]
Expand Down

0 comments on commit 82ccbe7

Please sign in to comment.