mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-02 15:55:30 +00:00
Sentry: remove url length print
This commit is contained in:
parent
8250d5876f
commit
cacdc004da
@ -4,8 +4,6 @@
|
||||
#include <sentry.h>
|
||||
#include <sstream>
|
||||
|
||||
static size_t SentryUrlLen;
|
||||
|
||||
// compile-time length of a string/array
|
||||
template <size_t N>
|
||||
constexpr size_t ConstexprLength(char const (&)[N]) {
|
||||
@ -37,7 +35,6 @@ TSentry::~TSentry() {
|
||||
void TSentry::PrintWelcome() {
|
||||
if (mValid) {
|
||||
info("Sentry started");
|
||||
debug("Sentry URL is length " + std::to_string(SentryUrlLen));
|
||||
} else {
|
||||
info("Sentry disabled in unofficial build");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user