diff --git a/taskbusplatform/gui/main.cpp b/taskbusplatform/gui/main.cpp index 272700fb957cd1393d2b0f538fdaab71cff4f263..952a89f597010573e89e20ed48375f9ff6a141f2 100644 --- a/taskbusplatform/gui/main.cpp +++ b/taskbusplatform/gui/main.cpp @@ -25,7 +25,7 @@ int main(int argc, char *argv[]) //init ProfileLog profile_log::init(); //If you want to do profile test, please turn this on (true) - profile_log::set_log_state(true); + profile_log::set_log_state(false); LOG_PROFILE("Program","Main Start."); //Init watchdog tb_watch_dog().watch();