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:29:06 -0500 |
commit | bbc4da8394b491058d35c94f4c4a934485df07b6 (patch) | |
tree | ffb8de649fee79a45ce3e9a829600c69ba98964f | |
parent | 0e5ccb49db08055cdb3f2de4beadc8de31ff31e5 (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 9fddea6d28..953143bc58 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()); } |