We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567ccce commit 41a8001Copy full SHA for 41a8001
sentry/src/db.rs
@@ -7,13 +7,13 @@ use std::env;
7
8
use lazy_static::lazy_static;
9
10
-<<<<<<< HEAD
11
mod channel;
12
mod validator_message;
13
14
-=======
+
15
pub mod channel;
16
->>>>>>> a4456f2... add: /analytics route
+// mod channel;
17
pub use self::channel::*;
18
pub use self::validator_message::*;
19
sentry/src/routes/analytics.rs
@@ -184,9 +184,6 @@ pub async fn process_analytics<A: Adapter>(
184
applied_limit
185
);
186
187
- // log the query here
188
- println!("{}", sql_query);
189
-
190
// execute query
191
let result = app
192
.pool
0 commit comments