]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Remove debug print line flooding logs 10935/head
authorEugen Mayer <136934+EugenMayer@users.noreply.github.com>
Mon, 1 Nov 2021 12:39:14 +0000 (13:39 +0100)
committerGitHub <noreply@github.com>
Mon, 1 Nov 2021 12:39:14 +0000 (13:39 +0100)
Remove debug log line printing a statement into stdout all the time.

dockerdata/dnsdist-resolver.py

index 7344f5019b092d76099b398f7da554a59ea46244..152298d616355d8c40400fa5cc3094c64012c4d2 100755 (executable)
@@ -40,5 +40,4 @@ if __name__ == '__main__':
     lt.fname = '/tmp/dnsdist-resolver.out'
     lt.start()
     for line in sys.stdin:
-        print(line.split())
         lt.targets=line.split()