diff items_to_bpf.py @ 2:c87ee3aec57b draft

planemo upload commit e7b3a927f5f798f0a9c9a51b62bc8afa5f2c1dab-dirty
author stevecassidy
date Mon, 21 Nov 2016 17:51:47 -0500
parents 4162c1e2ad5f
children
line wrap: on
line diff
--- a/items_to_bpf.py	Wed Nov 16 17:33:15 2016 -0500
+++ b/items_to_bpf.py	Mon Nov 21 17:51:47 2016 -0500
@@ -20,7 +20,6 @@
 
     with open(filename) as fd:
         csvreader = csv.DictReader(fd, dialect='excel-tab')
-        print("CSV", csvreader.fieldnames)
         if 'ItemURL' not in csvreader.fieldnames:
             return None
         if 'Prompt' not in csvreader.fieldnames: