examples/transport: cleanup

This commit is contained in:
Robert Jördens 2016-02-23 19:57:45 +01:00
parent 969f282de9
commit 856821849f
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ class Transport(EnvExperiment):
def scan(self, stops):
for s in stops:
self.histogram = [0 for _ in range(self.bins)]
# non-kernel, build frames
# could also be rpc'ed from repeat()
self.calc_waveforms(s)