diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-02-19 14:22:03 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-02-19 14:22:03 -0500 |
commit | a917177ef0df88a8e4acca3f2284dbd48d994b01 (patch) | |
tree | f8447f982d21e67886444adffe78a0b1a1282958 | |
parent | ce249f5de750ff0cd5e167043070b4956eb8bfee (diff) |
core: removed vestigial debug line.
-rw-r--r-- | gnuradio-core/src/lib/general/gr_prefs.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnuradio-core/src/lib/general/gr_prefs.cc b/gnuradio-core/src/lib/general/gr_prefs.cc index 68354c6db9..119755c638 100644 --- a/gnuradio-core/src/lib/general/gr_prefs.cc +++ b/gnuradio-core/src/lib/general/gr_prefs.cc @@ -84,7 +84,6 @@ gr_prefs::_sys_prefs_filenames() // installed path config files. fs::path homedir = fs::path(gr_appdata_path()); homedir /= ".gnuradio/config.conf"; - std::cerr << "Checking path:" << homedir << std::endl; if(fs::exists(homedir)) { fnames.insert(fnames.begin(), homedir.string()); } |