remove debug output

Signed-off-by: Philipp Kolmann <philipp@kolmann.at>
This commit is contained in:
Philipp Kolmann
2019-12-10 21:14:09 +01:00
parent e3fd40dbf4
commit 87ba9740f1

View File

@@ -39,7 +39,6 @@ function getResponseFTL()
while(true)
{
$out = fgets($socket);
file_put_contents('/tmp/pihole.txt', $out, FILE_APPEND);
if ($out == "") $errCount++;
if ($errCount > 100) {
// Tried 100 times, but never got proper reply, fail to prevent busy loop