Blame SOURCES/autofs-5.0.8-remove-macro-debug-prints.patch

304803
autofs-5.0.8 - remove macro debug prints
304803
304803
From: Ian Kent <raven@themaw.net>
304803
304803
Remove a couple of missed debugging prints from macro_setenv();
304803
---
304803
 lib/macros.c |    3 ---
304803
 1 file changed, 3 deletions(-)
304803
304803
diff --git a/lib/macros.c b/lib/macros.c
304803
index d7c392f..c858f41 100644
304803
--- a/lib/macros.c
304803
+++ b/lib/macros.c
304803
@@ -437,9 +437,6 @@ void macro_setenv(struct substvar *table)
304803
 		sv = sv->next;
304803
 	}
304803
 
304803
-	error(LOGOPT_ANY, "table %p", table);
304803
-	dump_table(table);
304803
-
304803
 	/* Next set environment from the local table */
304803
 	while (lv) {
304803
 		if (lv->def)