summaryrefslogtreecommitdiffstats
path: root/apis
diff options
context:
space:
mode:
authorSimon Rettberg2015-12-31 00:29:34 +0100
committerSimon Rettberg2015-12-31 00:29:34 +0100
commit259f3df3f0117628ce1455dd1b61a3f9e8f08920 (patch)
treefeac370e6e2601ec59f6039734f4e8c14354bc97 /apis
parent[clientlog] Fix bootup db insert query (diff)
downloadslx-admin-259f3df3f0117628ce1455dd1b61a3f9e8f08920.tar.gz
slx-admin-259f3df3f0117628ce1455dd1b61a3f9e8f08920.tar.xz
slx-admin-259f3df3f0117628ce1455dd1b61a3f9e8f08920.zip
[statistics] Add visualization of usage
Diffstat (limited to 'apis')
-rw-r--r--apis/clientlog.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apis/clientlog.inc.php b/apis/clientlog.inc.php
index 61200875..c48fcdb0 100644
--- a/apis/clientlog.inc.php
+++ b/apis/clientlog.inc.php
@@ -134,7 +134,6 @@ if ($type{0} === '~') {
// Usage (occupied/free)
$sessionLength = 0;
$used = Request::post('used', 0, 'integer');
- error_log("uuid=$uuid old=$old used=$used");
if ($old === false) die("Unknown machine.\n");
// Figure out what's happening
if ($used === 0) {