Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
MPDebug.h
Go to the documentation of this file.
1 //
2 // MPDebug.h
3 // MPOAuthConnection
4 //
5 // Created by Karl Adam on 09.02.06.
6 // Copyright 2009 matrixPointer. All rights reserved.
7 //
8 
9 // Removing oauth logging for now, set to '#ifdef DEBUG' to re-enable
10 #if 0
11  #define MPLog(...) NSLog(__VA_ARGS__)
12 #else
13  #define MPLog(...) do { } while (0)
14 #endif