Skip to content

Commit

Permalink
fix: disable debug logging turned on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
samnung committed Feb 23, 2024
1 parent 3fe34cf commit 3317a17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion miguel.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
* @copyright 2022 - 2023 Servantes
* @license LICENSE.txt
*/
define('_LOGGER_', 1);

// uncomment this line for debugging (look for debug.log in the module directory)
// define('_LOGGER_', 1);

if (!defined('_PS_VERSION_')) {
exit;
Expand Down

0 comments on commit 3317a17

Please sign in to comment.