From e6ab3aa5848738bc71e2914692294e17cbe906f4 Mon Sep 17 00:00:00 2001 From: Joshua Robertson Date: Wed, 21 Apr 2021 18:58:27 +0100 Subject: [PATCH] Removed the LOG_DEBUG in quit_application. --- source/application.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/application.cpp b/source/application.cpp index 007789c..2acfa21 100644 --- a/source/application.cpp +++ b/source/application.cpp @@ -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();