Revert "Added minindump writer for investigation of #50"

This reverts commit a542a8777e.
This commit is contained in:
2022-10-19 20:52:44 +02:00
parent 0cea3dd213
commit 6995120cb9
2 changed files with 0 additions and 4 deletions

View File

@@ -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...");