From 3c5d31bc073c6064fb4f9e595f5f18df64846dfd Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Thu, 17 Mar 2011 16:06:30 -0700 Subject: remove debug output --- src/cli_shell_api.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src') diff --git a/src/cli_shell_api.cpp b/src/cli_shell_api.cpp index 8fea74a..9678e5c 100644 --- a/src/cli_shell_api.cpp +++ b/src/cli_shell_api.cpp @@ -371,14 +371,7 @@ returnEffectiveValues(Cstore& cstore, const Cpath& args) static void validateTmplPath(Cstore& cstore, const Cpath& args) { - printf("validate:"); - Cpath p; - for (size_t i = 0; i < args.size(); i++) { - p.push(args[i]); - printf(" [%s]", p[i]); - } - printf("\n"); - exit(cstore.validateTmplPath(p, false) ? 0 : 1); + exit(cstore.validateTmplPath(args, false) ? 0 : 1); } /* checks if specified path is a valid "template path", *including* the -- cgit v1.2.3