summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2015-03-28 11:27:21 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-04-07 13:30:28 +0200
commitc266b3b5b7c382c34c8ffaad5746b3251bb4fbb5 (patch)
treedfb359d8124824d833378a35357aaafcafd711be
parentc64e0af4fb44b1464ca3433e99b12b729a2084b2 (diff)
downloadnextcloud-server-c266b3b5b7c382c34c8ffaad5746b3251bb4fbb5.tar.gz
nextcloud-server-c266b3b5b7c382c34c8ffaad5746b3251bb4fbb5.zip
remove debug code from core
-rw-r--r--lib/private/encryption/util.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/private/encryption/util.php b/lib/private/encryption/util.php
index e3390f155d4..961e7eceb2d 100644
--- a/lib/private/encryption/util.php
+++ b/lib/private/encryption/util.php
@@ -407,9 +407,6 @@ class Util {
return true;
}
- $v1 = $this->userManager->userExists($root[1]);
- $v2 = in_array($root[2], $this->excludedPaths);
-
// detect user specific folders
if ($this->userManager->userExists($root[1])
&& in_array($root[2], $this->excludedPaths)) {