Commit 9a746399 authored by Georgios Dagkakis's avatar Georgios Dagkakis

print removed

parent bfdcac3c
......@@ -24,7 +24,6 @@ class DefaultTabularExit(plugin.OutputPreparationPlugin):
# when found, add a row with the results of the specific exit
if family=='Exit':
exitId=record['id']
print record['results'].get('throughput','undefined')
throughput=int((record['results'].get('throughput','undefined'))[0])
taktTime=float((record['results'].get('takt_time','undefined'))[0])
lifespan=float((record['results'].get('lifespan','undefined'))[0])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment