Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffckerr committed Sep 24, 2019
1 parent a86212e commit bd361f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sciris/sc_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,6 @@ def jsonify(self, cols=None, rows=None, header=None, die=True):
for col in exportdf.cols:
try:
datum = exportdf.get(cols=col,rows=r)
print(f'I AM DATUM: {col}, {r}, {datum}, {type(datum)}')
thisrow.append(datum)
except:
pass # This has already been handled by the validation above
Expand Down

0 comments on commit bd361f4

Please sign in to comment.