Skip to content

Commit c635843

Browse files
committed
Remove unneded DLog
1 parent e5ac14a commit c635843

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

native/main.m

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@
6060
#define LIBJLI_DY_LIB "libjli.dylib"
6161
#define DEPLOY_LIB "lib/deploy.jar"
6262

63-
64-
#define DLog(...) NSLog(@"%s %@", __PRETTY_FUNCTION__, [NSString stringWithFormat:__VA_ARGS__])
65-
66-
6763
typedef int (JNICALL *JLI_Launch_t)(int argc, char ** argv,
6864
int jargc, const char** jargv,
6965
int appclassc, const char** appclassv,

0 commit comments

Comments
 (0)