Skip to content

Commit

Permalink
Remove extra logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rchiodo committed Jan 15, 2025
1 parent 53d9c16 commit 27c5e30
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,6 @@ def create_process(self, args, writer):

@contextmanager
def run_process(self, args, writer):
print("RCHIODO -- Running test")
process = self.create_process(args, writer)
writer.process = process
stdout = []
Expand Down

0 comments on commit 27c5e30

Please sign in to comment.