diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-01-26 14:03:17 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-01-26 14:03:17 +0100 |
commit | 6c882d980681882134a93cfbb367fed816dfbb53 (patch) | |
tree | 8a2609ff528129f3f097fd0e6037b0a7c1dde2a0 /apps/files/download.php | |
parent | 7f0a3018b6a965ce569b8dc3a14aeb0c00c8e06b (diff) | |
download | nextcloud-server-6c882d980681882134a93cfbb367fed816dfbb53.tar.gz nextcloud-server-6c882d980681882134a93cfbb367fed816dfbb53.zip |
Remove outdated comments
Diffstat (limited to 'apps/files/download.php')
-rw-r--r-- | apps/files/download.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/files/download.php b/apps/files/download.php index e2149cd4135..1b70b1e38f8 100644 --- a/apps/files/download.php +++ b/apps/files/download.php @@ -21,9 +21,6 @@ * */ -// Init owncloud - - // Check if we are a user OCP\User::checkLoggedIn(); |