Author: mturk Date: Mon Jan 11 11:21:26 2010 New Revision: 897840 URL: http://svn.apache.org/viewvc?rev=897840&view=rev Log: Axe debug print
Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/exec.c Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/exec.c URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/os/win32/exec.c?rev=897840&r1=897839&r2=897840&view=diff ============================================================================== --- commons/sandbox/runtime/trunk/src/main/native/os/win32/exec.c (original) +++ commons/sandbox/runtime/trunk/src/main/native/os/win32/exec.c Mon Jan 11 11:21:26 2010 @@ -180,8 +180,6 @@ rc = ACR_ENOMEM; goto cleanup; } - printf("CMD %S\n", cmdline); - printf("ARG %S\n", args); } if (envp) { /* Environmet is supposed to be sorted @@ -603,3 +601,4 @@ return rc; } +