From 15af514951d3c2c3ead922d42ae6aab4d01c8bfb Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 2 Apr 2017 13:05:02 +0300 Subject: [PATCH] Update file_helper.h --- include/spdlog/details/file_helper.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/spdlog/details/file_helper.h b/include/spdlog/details/file_helper.h index 074d9b83..84ec722d 100644 --- a/include/spdlog/details/file_helper.h +++ b/include/spdlog/details/file_helper.h @@ -7,7 +7,6 @@ // Helper class for file sink // When failing to open a file, retry several times(5) with small delay between the tries(10 ms) -// Can be set to auto flush on every line // Throw spdlog_ex exception on errors #include