Skip to content

Commit

Permalink
Remove debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
emi80 committed Apr 24, 2014
1 parent d23f83b commit 8aa2c99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion indexfile/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,6 @@ def export(self, absolute=False, type='index', tags=None, header=False,
if tags or len(line.values()) != len(headline):
vals = [line.get(l, 'NA') if l != 'id'
else line.get(dsid) for l in headline]
print vals
out.append(colsep.join(vals))

if type == 'tab':
Expand Down

0 comments on commit 8aa2c99

Please sign in to comment.