Sign in
nest-open-source
/
nest-mobile-client-iphone
/
5.0.3
/
NexusVideoPlayer
/
7599e60a17e010fa21003e057db68998799bd303
/
.
/
Libraries
/
DropcamUtils
/
DebugLog.h
blob: 59616488657ae7ec8a86b05215da8d6fb392ab7d [
file
] [
log
] [
blame
]
/*
* DebugLog.h
* Dropcam
*
* Created by Loren Kirkby on 1/8/10.
* Copyright 2010 Dropcam. All rights reserved.
*
*/
#ifdef
DEBUG
#define
Debug_NSLog
(
format
,
...)
NSLog
(
format
,
## __VA_ARGS__)
#else
#define
Debug_NSLog
(
format
,
...)
(
void
)
0
#endif