Code

Removed debug output from FolderWidget class
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 13 Oct 2010 11:27:13 +0000 (11:27 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 13 Oct 2010 11:27:13 +0000 (11:27 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20026 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/groupware/personal/groupware/FolderWidget/class_FolderWidget.inc

index bf04f1b3a5540c00bdd89d116568581fd38f2760..af296f4f5c5d2dbc763b7d4ab6f4229cab781796 100644 (file)
@@ -115,9 +115,7 @@ class FolderWidget extends plugin
      */
     function setFolderList($arr)
     {
-        print_a($arr);
         $this->buildRecursiveList($arr, $this->pathSeparator);
-        print_a($this->folderList);
     }