From 256ee236ad53beb1bc3fec43d716ce25856f618d Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Mon, 9 Sep 2013 02:11:26 +0100 Subject: Kill logger --- mod/filestorage.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/mod/filestorage.php b/mod/filestorage.php index 72112271d..41055f98e 100644 --- a/mod/filestorage.php +++ b/mod/filestorage.php @@ -48,13 +48,10 @@ $r = q("select * from attach where uid = %d order by filename asc", $limit = service_class_fetch ($owner,'attach_upload_limit'); -// if($limit !== false) { $r = q("select sum(filesize) as total from attach where uid = %d ", intval($owner) ); $used = $r[0]['total']; -//} - logger('limit: ' . print_r($limit,true)); $url = z_root() . "/filestorage/" . $which; return $o . replace_macros(get_markup_template("filestorage.tpl"), array( -- cgit v1.2.3