remove debug code from core

This commit is contained in:
Bjoern Schiessle 2015-03-28 11:27:21 +01:00 committed by Thomas Müller
parent c64e0af4fb
commit c266b3b5b7
1 changed files with 0 additions and 3 deletions

View File

@ -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)) {