Remove debug statement

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2018-08-30 15:37:04 +02:00
parent d2ecf1c70a
commit 26ab341669

View File

@@ -210,7 +210,6 @@ function refreshTableData() {
var queryType = getQueryTypes();
if(queryType !== "1,2,3,4,5,6")
{
console.log(queryType);
APIstring += "&types="+queryType;
}
statistics = [0,0,0];