diff options
Diffstat (limited to 'project2/common/logger.cpp')
-rw-r--r-- | project2/common/logger.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/project2/common/logger.cpp b/project2/common/logger.cpp index a9c797a..dcdd1ab 100644 --- a/project2/common/logger.cpp +++ b/project2/common/logger.cpp @@ -54,7 +54,6 @@ Log::message(int priority, const char * msg) const l.second->message(priority, msg); } } - void Log::messagebf(int priority, const boost::format & f) const { |