Skip to content

Commit

Permalink
remove accitentally commited debug print in testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Oct 11, 2021
1 parent 0e8cadd commit 86c6fcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion locust/test/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ def test_default_headless_spawn_options_with_shape(self):
class LoadTestShape(LoadTestShape):
def tick(self):
run_time = self.get_run_time()
print(run_time)
if run_time < 2:
return (10, 1)
Expand Down

0 comments on commit 86c6fcf

Please sign in to comment.