diff --git a/port.py b/port.py index f85033c..f003b1c 100644 --- a/port.py +++ b/port.py @@ -981,9 +981,6 @@ class Portainer: service_ids = [s[0] for s in service_tuples if s[0] != "__ALL__"] else: service_ids = [self.args.service_id] - print(self.args) - print(service_ids) - input() if self.args.update is False: pull = False