diff options
Diffstat (limited to '')
-rw-r--r-- | src/before_exit.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/before_exit.cpp b/src/before_exit.cpp index f13649db..31c56354 100644 --- a/src/before_exit.cpp +++ b/src/before_exit.cpp @@ -32,4 +32,6 @@ * @brief Actions performed before exiting the application * */ -void before_exit() { LOG(INFO) << "called"; } +void before_exit() { + +} |