Commit ac8f29f497911660916ed8975ccaa9d7d444fbfc

Authored by Michael Joseph
1 parent ecd55164

removed debug logging


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2792 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/administration/usermanagement/listUsersBL.php
... ... @@ -38,7 +38,6 @@ require_once("$default->fileSystemRoot/presentation/lookAndFeel/knowledgeTree/ad
38 38 if (checkSession()) {
39 39 $oPatternCustom = & new PatternCustom();
40 40 if (Permission::userIsUnitAdministrator() && !$fGroupID) {
41   - $default->log->info("unitadmin and undefined fGroupID");
42 41 // #3519 select a group in your unit if you're a unit administrator and none has been selected
43 42 $sql = $default->db;
44 43 $sql->query("SELECT group_id FROM $default->groups_units_table WHERE unit_id = " .
... ...