mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 02:15:22 +00:00
remove forgotten debugger
This commit is contained in:
parent
2e059c5625
commit
c3df74b957
@ -51,9 +51,6 @@ class Plugin(AbstractPlugin, AggregateResultListener):
|
||||
aggregator = self.core.get_plugin_of_type(AggregatorPlugin)
|
||||
aggregator.add_result_listener(self)
|
||||
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
|
||||
self.criterion_str = " ".join(self.get_option("autostop", '').split(
|
||||
"\n"))
|
||||
self._stop_report_path = os.path.join(
|
||||
|
Loading…
Reference in New Issue
Block a user