Skip to content

Commit 41a8001

Browse files
committed
fix: remove uneeded log
1 parent 567ccce commit 41a8001

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

sentry/src/db.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ use std::env;
77

88
use lazy_static::lazy_static;
99

10-
<<<<<<< HEAD
1110
mod channel;
1211
mod validator_message;
1312

14-
=======
13+
1514
pub mod channel;
16-
>>>>>>> a4456f2... add: /analytics route
15+
// mod channel;
16+
1717
pub use self::channel::*;
1818
pub use self::validator_message::*;
1919

sentry/src/routes/analytics.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,6 @@ pub async fn process_analytics<A: Adapter>(
184184
applied_limit
185185
);
186186

187-
// log the query here
188-
println!("{}", sql_query);
189-
190187
// execute query
191188
let result = app
192189
.pool

0 commit comments

Comments
 (0)