From: Mike Taylor Date: Tue, 17 Jan 2006 17:58:46 +0000 (+0000) Subject: Remove debugging output (compiled user-register file) X-Git-Tag: YP2.0.0.2~33 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=a5228f2429023517a4ece6a3bb0a2745d5293853;p=metaproxy-moved-to-github.git Remove debugging output (compiled user-register file) --- 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++) {