From a5228f2429023517a4ece6a3bb0a2745d5293853 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 17 Jan 2006 17:58:46 +0000 Subject: [PATCH] Remove debugging output (compiled user-register file) --- src/filter_auth_simple.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/filter_auth_simple.cpp b/src/filter_auth_simple.cpp index f34a2ec..40b3a21 100644 --- a/src/filter_auth_simple.cpp +++ b/src/filter_auth_simple.cpp @@ -1,4 +1,4 @@ -/* $Id: filter_auth_simple.cpp,v 1.6 2006-01-17 17:30:49 mike Exp $ +/* $Id: filter_auth_simple.cpp,v 1.7 2006-01-17 17:58:46 mike Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -102,7 +102,7 @@ void yp2::filter::AuthSimple::configure(const xmlNode * ptr) boost::split(tmp.dbs, databasesp, boost::is_any_of(",")); m_p->userRegister[buf] = tmp; - if (1) { // debugging + if (0) { // debugging printf("Added user '%s' -> password '%s'\n", buf, passwdp); std::list::const_iterator i; for (i = tmp.dbs.begin(); i != tmp.dbs.end(); i++) { -- 1.7.10.4