We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa29f2 commit 9b8dbc2Copy full SHA for 9b8dbc2
src/Core/System/Configs/SentryConf.php
@@ -64,7 +64,6 @@ public function configure(): void
64
file_put_contents(self::CONF_FILE, $conf);
65
66
} elseif (file_exists(self::CONF_FILE)) {
67
- $this->logger->writeInfo('Sentry conf file exists, deleting it ' . self::CONF_FILE);
68
unlink(self::CONF_FILE);
69
}
70
0 commit comments