From ffc26908973bb6fbdcd3f69874a4d8686f7172fd Mon Sep 17 00:00:00 2001
From: Ian Kent <raven@themaw.net>
Date: Tue, 25 Feb 2014 10:01:26 +0800
Subject: [PATCH] autofs-5.0.8 - remove macro debug prints

Remove a couple of missed debugging prints from macro_setenv();
---
 lib/macros.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/macros.c b/lib/macros.c
index d7c392f..c858f41 100644
--- a/lib/macros.c
+++ b/lib/macros.c
@@ -437,9 +437,6 @@ void macro_setenv(struct substvar *table)
 		sv = sv->next;
 	}
 
-	error(LOGOPT_ANY, "table %p", table);
-	dump_table(table);
-
 	/* Next set environment from the local table */
 	while (lv) {
 		if (lv->def)
-- 
2.8.0.rc3

