diff options
Diffstat (limited to 'protocols/FacebookRM/src/definitions.h')
-rw-r--r-- | protocols/FacebookRM/src/definitions.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/FacebookRM/src/definitions.h b/protocols/FacebookRM/src/definitions.h index 21df8e0d55..81a0294327 100644 --- a/protocols/FacebookRM/src/definitions.h +++ b/protocols/FacebookRM/src/definitions.h @@ -31,8 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define FLAG_CONTAINS(x,y) ((x & y) == y)
#define REMOVE_FLAG(x,y) (x = (x & ~y))
-#define LOG debugLogA
-
#define LOG_NOTIFY 0
#define LOG_WARNING 1
#define LOG_ALERT 2
|