From c266b3b5b7c382c34c8ffaad5746b3251bb4fbb5 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Sat, 28 Mar 2015 11:27:21 +0100 Subject: [PATCH] remove debug code from core --- lib/private/encryption/util.php | 3 --- 1 file changed, 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)) { -- 2.39.5