diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-10 00:38:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-10 00:38:49 +0100 |
| commit | 4f7b82033026156981a51e7cf8ddc062f504210d (patch) | |
| tree | bd1a03a711a31fb3fe660520e80a2ccc2e3b00af /src | |
| parent | 0c8d150d110e7a4d36e4d660d277c23ec88590ae (diff) | |
Remove some debug code.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/config.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/config.cc b/src/lib/config.cc index b6c7e8293..f8debbb4e 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -501,7 +501,6 @@ Config::drop () void Config::changed (Property what) { - cout << what << " changed in config.\n"; Changed (what); } |
