Skip to content

Commit 23f29b0

Browse files
committed
deleted some debug statements
1 parent b33dcda commit 23f29b0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

cSploitClient/command.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,6 @@ int parse_cmd(JNIEnv *env, handler *h, jstring jcmd, message *m) {
284284
goto jni_error;
285285
}
286286

287-
LOGD("%s: parsing \"%s\"", __func__, utf);
288-
289287
status = 0;
290288
arg_len = 0;
291289
escapes = 0;
@@ -349,8 +347,6 @@ int parse_cmd(JNIEnv *env, handler *h, jstring jcmd, message *m) {
349347

350348
// copy the arg if found
351349
if(start && end) {
352-
353-
LOGD("%s: argument found: start=%d, end=%d", __func__, (start-utf), (end-utf));
354350
arg_len=(end-start);
355351
arg_len-= escapes;
356352

0 commit comments

Comments
 (0)