removed erroneous print statements (leftover from debugging)

This commit is contained in:
Philip Eisenlohr 2012-05-07 19:28:21 +00:00
parent c9e17319ec
commit a84838d3ba
1 changed files with 0 additions and 2 deletions

View File

@ -76,9 +76,7 @@ for file in files:
if file['name'] != 'STDIN': print file['name']
skip = int(file['input'].readline().split()[0])
print skip
for i in xrange(skip): headers = file['input'].readline().split()
print headers
data = numpy.loadtxt(file['input'],usecols=numpy.array(options.data)-1)
file['input'].close() # close input ASCII table