From 69336891fc31d69028fd6822e2a6eacf77286f50 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Wed, 23 Nov 2016 18:43:54 +0100 Subject: [PATCH] Remove debug statement --- js/pihole/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/pihole/index.js b/js/pihole/index.js index 97fd031b..dbf3fcbf 100644 --- a/js/pihole/index.js +++ b/js/pihole/index.js @@ -166,7 +166,6 @@ $(document).ready(function() { // Helper function needed for converting the Objects to Arrays function objectToArray(p){ - console.log(p); var keys = Object.keys(p); keys.sort(function(a, b) { return a - b;