Skip to content

Commit a49d8b5

Browse files
author
Pavlos Parissis
committed
Remove debugging code
1 parent 9a33090 commit a49d8b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

haproxyadmin/internal/haproxy.py

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ def command(self, command, full_output=False):
7676
# any other value means retry N times
7777
attempt = self.retry + 1
7878
while attempt != 0:
79-
print(time.ctime(), attempt, self.retry)
8079
try:
8180
unix_socket = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)
8281
unix_socket.settimeout(self.timeout)

0 commit comments

Comments
 (0)