Skip to content

Commit

Permalink
disable debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jan 18, 2025
1 parent 7ba69f1 commit 7576faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cosmotop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tab-size = 4

#include <cosmo.h>
#include <libc/calls/struct/utsname.h>
#include <libc/runtime/runtime.h>
//#include <libc/runtime/runtime.h>

#include <fmt/core.h>
#include <fmt/ostream.h>
Expand Down Expand Up @@ -934,7 +934,7 @@ namespace Runner {

//* --------------------------------------------- Main starts here! ---------------------------------------------------
int main(int argc, char **argv) {
ShowCrashReports();
//ShowCrashReports();

//? ------------------------------------------------ INIT ---------------------------------------------------------

Expand Down

0 comments on commit 7576faa

Please sign in to comment.