File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ pub fn flush() {
56
56
}
57
57
58
58
impl LogManager {
59
- pub fn new ( ) -> Self {
59
+ fn new ( ) -> Self {
60
60
let ct_lib = client_library:: Library :: new ( "ClientTelemetry.dll" ) . unwrap ( ) ;
61
61
let call_api: evt_api_call_t = unsafe { ct_lib. get_proc ( "evt_api_call_default" ) . unwrap ( ) } ;
62
62
Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ pub const API_KEY: &str =
15
15
"99999999999999999999999999999999-99999999-9999-9999-9999-999999999999-9999" ;
16
16
17
17
fn main ( ) {
18
- let mut log_manager = oneds_telemetry:: LogManager :: new ( ) ;
19
-
20
18
// Setup Log Appender for the log crate.
21
19
log:: set_logger ( & oneds_telemetry:: appender:: LOGGER ) . unwrap ( ) ;
22
20
log:: set_max_level ( Level :: Debug . to_level_filter ( ) ) ;
You can’t perform that action at this time.
0 commit comments