Remove some debug code.
authorCarl Hetherington <cth@carlh.net>
Thu, 9 Jun 2016 23:38:49 +0000 (00:38 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 9 Jun 2016 23:38:49 +0000 (00:38 +0100)
src/lib/config.cc

index b6c7e82935e6c756f71008b54ed14ac03729797b..f8debbb4e6a81382a804278854f52b03cc19dbbe 100644 (file)
@@ -501,7 +501,6 @@ Config::drop ()
 void
 Config::changed (Property what)
 {
-       cout << what << " changed in config.\n";
        Changed (what);
 }