summaryrefslogtreecommitdiffstats
path: root/lib/files.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-08-10 12:36:32 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-08-10 14:03:54 +0200
commit1f1498ceca51c5b30130b80a59c00c1b37dc7009 (patch)
tree49a82acb3e48197ff43b915293b6c89acf82bd3e /lib/files.php
parentcdf91b6b3e0f6d9fc435497b9dcc051ff24d6c7e (diff)
downloadnextcloud-server-1f1498ceca51c5b30130b80a59c00c1b37dc7009.tar.gz
nextcloud-server-1f1498ceca51c5b30130b80a59c00c1b37dc7009.zip
remove Log completely
Diffstat (limited to 'lib/files.php')
-rw-r--r--lib/files.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/files.php b/lib/files.php
index d189a96fd89..eec1007de1f 100644
--- a/lib/files.php
+++ b/lib/files.php
@@ -144,7 +144,6 @@ class OC_Files {
die('403 Forbidden');
}
ob_end_clean();
-// OC_Log::event($_SESSION['username'],3,"$dir/$files");
if($zip){
readfile($filename);
unlink($filename);
@@ -206,7 +205,6 @@ class OC_Files {
$fileHandle=OC_Filesystem::fopen($file, 'w');
if($fileHandle){
fclose($fileHandle);
-// OC_Log::event($_SESSION['username'],4,"$dir/$name");
return true;
}else{
return false;