1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-26 01:11:28 +02:00

Removed debug code.

This commit is contained in:
camer0n
2025-04-23 14:42:49 -07:00
parent a9d20d8e93
commit 93f25741ea
2 changed files with 3 additions and 3 deletions

View File

@@ -1707,7 +1707,7 @@ class e_admin_dispatcher
{ {
$request = $this->getRequest(); $request = $this->getRequest();
$selected = $request->getMode() . '/' . $request->getAction(); $selected = $request->getMode() . '/' . $request->getAction();
e107::getMessage()->addDebug('No selected item found, using default: ' . $selected); // e107::getMessage()->addDebug('No selected item found, using default: ' . $selected);
} }
// Apply permissions restrictions // Apply permissions restrictions

View File

@@ -872,7 +872,7 @@ final class e_core_pref extends e_pref
* If id not found this method returns false * If id not found this method returns false
* *
* @param string $alias * @param string $alias
* @return string * @return string|false
*/ */
public function getConfigId($alias) public function getConfigId($alias)
{ {
@@ -1158,7 +1158,7 @@ class prefs
* Return current pref string $name from $table (only core for now) * Return current pref string $name from $table (only core for now)
* *
* @param string $Name * @param string $Name
* @return string pref value, slashes already stripped. FALSE on error * @return string|false pref value, slashes already stripped. FALSE on error
* @access public * @access public
*/ */
function get($Name) function get($Name)