Skip to content

Commit

Permalink
done troubleshooting, don't print park depth
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrdn committed Jan 16, 2024
1 parent 886453a commit afa87f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions medsrtqc/vms/core_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ def prepare(self, tests=[]):
self.direction = self.get_surf_code(['PDR$', 'PARM_SURF.PDR$'])
self.parking_pres = self.get_park_depth()

print(self.parking_pres)

if 'FLU1' in self.keys() and 'FLUA' not in self.keys():
self.add_new_pr_profile('FLU1', 'FLUA')

Expand Down

0 comments on commit afa87f9

Please sign in to comment.