# define PAKFIRE_DEBUG pakfire_log_null
#endif
-// Below is the legacy logging mechanism
-
-#ifdef PAKFIRE_LEGACY_LOGGING
-
-#define INFO(pakfire, arg...) pakfire_log_condition(pakfire, LOG_INFO, ## arg)
-#define ERROR(pakfire, arg...) pakfire_log_condition(pakfire, LOG_ERR, ## arg)
-
-#ifdef ENABLE_DEBUG
-# define DEBUG(pakfire, arg...) pakfire_log_condition(pakfire, LOG_DEBUG, ## arg)
-#else
-# define DEBUG pakfire_log_null
-#endif
-
-#endif /* PAKFIRE_LEGACY_LOGGING */
-
#endif /* PAKFIRE_PRIVATE */
#endif /* PAKFIRE_LOGGING_H */