Skip to content

Commit

Permalink
Removed debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
naderm committed Jun 24, 2019
1 parent 603182f commit e107f50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pycamv/proteowizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,6 @@ def raw_to_mzml(raw_path, scans=None, mz_window=None):
LOGGER.debug('Calling subprocess: {}'.format(" ".join(cmd)))

try:
print(cmd)
print([os.path.exists(i) for i in cmd])
out = subprocess.check_output(
cmd,
stderr=subprocess.STDOUT,
Expand Down

0 comments on commit e107f50

Please sign in to comment.