Skip to content

Commit

Permalink
remove log directives
Browse files Browse the repository at this point in the history
  • Loading branch information
bennet0496 committed Mar 20, 2024
1 parent 5fab04c commit 85d52c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function add_preferences(array $param): array
{
$prefs = $this->rcmail->user->get_prefs();

self::log($prefs);
// self::log($prefs);

$server = $this->rcmail->config->get(__("server"));
$blocks = $param["blocks"];
Expand Down Expand Up @@ -196,7 +196,7 @@ private function save_preferences(array $param) : array
}
}

self::log($param);
// self::log($param);

return $param;
}
Expand Down

0 comments on commit 85d52c5

Please sign in to comment.