summaryrefslogtreecommitdiff
path: root/Utils/log.h
blob: 33b03d71abe68dc02a6ce42d515b442327587b86 (plain)
1
2
3
4
5
6
7
8
#ifndef __LOG_H__
#define __LOG_H__

#define LOG(...)
#define CONSOLE
#define ERROR

#endif