Revert "Added minindump writer for investigation of #50"
This reverts commit a542a8777e
.
This commit is contained in:
parent
0cea3dd213
commit
6995120cb9
@ -23,7 +23,6 @@ serde_urlencoded = "0.7.1"
|
||||
|
||||
once_cell = "1.15.0"
|
||||
|
||||
breakpad-handler = "0.1.0"
|
||||
jsonwebtoken = "8.1.1"
|
||||
thiserror = "1.0.37"
|
||||
chrono = "0.4.22"
|
||||
|
@ -178,9 +178,6 @@ fn main() {
|
||||
println!("Loading config...");
|
||||
let _ = config::CONFIG;
|
||||
|
||||
println!("Installing breakpad handler...");
|
||||
breakpad_handler::BreakpadHandler::attach("./crash", breakpad_handler::InstallOptions::BothHandlers, Box::new(|| {})).expect("Failed to install breakpad handler");
|
||||
|
||||
let db_pool: db::DBPool = db::build_pool();
|
||||
|
||||
println!("Running migrations...");
|
||||
|
Loading…
Reference in New Issue
Block a user