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

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