diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-03-13 21:19:52 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-03-13 21:19:52 +0000 |
commit | 3fe31f1f5efe5c101ebf348fe806e2a1b43d78a4 (patch) | |
tree | 15bdaa69f89ae1674969a6ff1007ae24ebb9a667 | |
parent | Convert abs paths to relative path when resolving scripts by name (diff) | |
download | project2-1.3.3.1.tar.bz2 project2-1.3.3.1.tar.xz project2-1.3.3.1.zip |
Remove random debugproject2-1.3.3.1
-rw-r--r-- | project2/xml/xpathRows.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/project2/xml/xpathRows.cpp b/project2/xml/xpathRows.cpp index 5815ce1..c00519d 100644 --- a/project2/xml/xpathRows.cpp +++ b/project2/xml/xpathRows.cpp @@ -107,7 +107,6 @@ XPathRows::execute(const Glib::ustring & filter, const RowProcessorCallback & rp } xs.process(ec, rp); } - std::cerr << __PRETTY_FUNCTION__ << std::endl; } XPathRows::FilterView::FilterView(ScriptNodePtr p) : |