diff options
author | Simon Rettberg | 2015-12-31 00:29:34 +0100 |
---|---|---|
committer | Simon Rettberg | 2015-12-31 00:29:34 +0100 |
commit | 259f3df3f0117628ce1455dd1b61a3f9e8f08920 (patch) | |
tree | feac370e6e2601ec59f6039734f4e8c14354bc97 /apis | |
parent | [clientlog] Fix bootup db insert query (diff) | |
download | slx-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.php | 1 |
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) { |