diff src/context.cpp @ 77:8487650c98ee

start coding on new config syntax
author carl
date Sat, 16 Jul 2005 14:11:07 -0700
parents 81f1e400e8ab
children 091d3fe3db46
line wrap: on
line diff
--- a/src/context.cpp	Sat Jul 16 13:47:19 2005 -0700
+++ b/src/context.cpp	Sat Jul 16 14:11:07 2005 -0700
@@ -61,7 +61,6 @@
 
 
 CONFIG::~CONFIG() {
-    if (debug_syslog) my_syslog("config::~config destructor");
     for (context_list::iterator i=contexts.begin(); i!=contexts.end(); i++) {
         CONTEXT *c = *i;
         delete c;