Libmv: Cleanup, remove unused logging macros

Unused and was not entirely happy with such short abbreviations.
This commit is contained in:
Sergey Sharybin 2020-12-01 14:46:35 +01:00
parent 01b94c5d8a
commit c21265b29e
1 changed files with 0 additions and 3 deletions

View File

@ -24,8 +24,5 @@
#include <glog/logging.h>
#define LG LOG(INFO)
#define V0 LOG(INFO)
#define V1 LOG(INFO)
#define V2 LOG(INFO)
#endif // LIBMV_LOGGING_LOGGING_H