Skip to content

Commit

Permalink
removes print. Closes #141
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomcteixeira committed Nov 24, 2021
1 parent 6ff370a commit 043b165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haddock/libs/libsubprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def run(self):
'RUN': str(self.config_path),
'TOPPAR': str(self.toppar),
}
print(env)

p = subprocess.Popen(
self.cns_exec,
stdin=inp,
Expand Down

0 comments on commit 043b165

Please sign in to comment.