We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a33090 commit a49d8b5Copy full SHA for a49d8b5
haproxyadmin/internal/haproxy.py
@@ -76,7 +76,6 @@ def command(self, command, full_output=False):
76
# any other value means retry N times
77
attempt = self.retry + 1
78
while attempt != 0:
79
- print(time.ctime(), attempt, self.retry)
80
try:
81
unix_socket = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)
82
unix_socket.settimeout(self.timeout)
0 commit comments