Skip to content

Commit

Permalink
Removed old code creating problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisrkckl committed Jul 14, 2020
1 parent af842e2 commit b6f2095
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pintaexec.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@ def run_filterbank(session, item, branch):
stop_time = time.time()

print_exec_time(branch, program, stop_time-start_time)

if branch == 'norfix' and session.input_dir != session.working_dir:
print("Removing symlink to the rawdatafile.")
print("[CMD] rm {}".format(filterbank_in_file))
os.remove(filterbank_in_file)

def run_dspsr(session, item, branch):
program = 'dspsr'
Expand Down

0 comments on commit b6f2095

Please sign in to comment.