diff options
-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) : |