summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/GenDepex.c
diff options
context:
space:
mode:
Diffstat (limited to 'EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/GenDepex.c')
-rw-r--r--EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/GenDepex.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/GenDepex.c b/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/GenDepex.c
index cebcc01f9b..59a8f384b3 100644
--- a/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/GenDepex.c
+++ b/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/GenDepex.c
@@ -841,12 +841,12 @@ Returns:
//
// Output the calling arguments
//
- printf ("\n\n");
- for (Index = 0; Index < argc; Index++) {
- printf ("%s ", argv[Index]);
- }
-
- printf ("\n\n");
+ //printf ("\n\n");
+ //for (Index = 0; Index < argc; Index++) {
+ // printf ("%s ", argv[Index]);
+ //}
+ //
+ //printf ("\n\n");
if (argc < 5) {
printf ("Not enough arguments\n");