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

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