Skip to content

Commit 9b8dbc2

Browse files
committed
Remove logging of Sentry configuration file deletion in SentryConf class
1 parent 8aa29f2 commit 9b8dbc2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Core/System/Configs/SentryConf.php

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ public function configure(): void
6464
file_put_contents(self::CONF_FILE, $conf);
6565

6666
} elseif (file_exists(self::CONF_FILE)) {
67-
$this->logger->writeInfo('Sentry conf file exists, deleting it ' . self::CONF_FILE);
6867
unlink(self::CONF_FILE);
6968
}
7069
}

0 commit comments

Comments
 (0)