From e714b81cdc379eacfd4d490634e942b04c3710fd Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Wed, 27 Oct 2004 21:26:32 +0000 Subject: remove debug print (Logical change 1.121) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@535 ce84e21b-d406-0410-9b95-82705330c041 --- src/sbin/Bcfg2Server | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/sbin/Bcfg2Server b/src/sbin/Bcfg2Server index 59029f1fb..47c61a25d 100644 --- a/src/sbin/Bcfg2Server +++ b/src/sbin/Bcfg2Server @@ -149,7 +149,6 @@ if __name__ == '__main__': options = {'v':'verbose', 'd':'debug'} doptions = {'D':'daemon', 'C':'client'} setup = dgetopt(argv[1:], options, doptions) - print setup if setup['daemon']: daemonize(setup['daemon']) server = BcfgServer(setup=setup) -- cgit v1.2.3-1-g7c22