Skip to content

Commit

Permalink
Removed the LOG_DEBUG in quit_application.
Browse files Browse the repository at this point in the history
  • Loading branch information
JROB774 committed Apr 21, 2021
1 parent 11f53c3 commit e6ab3aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ FILDEF void init_application (int argc, char** argv)

FILDEF void quit_application ()
{
LOG_DEBUG("quit_application()");

quit_editor();

free_editor_cursors();
Expand Down

0 comments on commit e6ab3aa

Please sign in to comment.