Merge lp:~zorba-coders/zorba/fixes_fots_driver into lp:zorba

Proposed by Chris Hillery
Status: Merged
Approved by: Sorin Marian Nasoi
Approved revision: 11253
Merged at revision: 11253
Proposed branch: lp:~zorba-coders/zorba/fixes_fots_driver
Merge into: lp:zorba
Diff against target: 21 lines (+2/-2)
1 file modified
modules/xqxq/xqxq.xq.src/xqxq.cpp (+2/-2)
To merge this branch: bzr merge lp:~zorba-coders/zorba/fixes_fots_driver
Reviewer Review Type Date Requested Status
Sorin Marian Nasoi Approve
Chris Hillery Approve
Review via email: mp+149987@code.launchpad.net

Commit message

Remove undesired debug output.

To post a comment you must log in.
Revision history for this message
Chris Hillery (ceejatec) :
review: Approve
11253. By Sorin Marian Nasoi <email address hidden>

Removed print to std::cout.

Revision history for this message
Sorin Marian Nasoi (sorin.marian.nasoi) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job fixes_fots_driver-2013-02-22T09-29-13.262Z is finished. The final status was:

All tests succeeded!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'modules/xqxq/xqxq.xq.src/xqxq.cpp'
2--- modules/xqxq/xqxq.xq.src/xqxq.cpp 2013-02-21 01:51:10 +0000
3+++ modules/xqxq/xqxq.xq.src/xqxq.cpp 2013-02-22 09:28:25 +0000
4@@ -372,7 +372,7 @@
5 lIter->open();
6 while (lIter->next(lItem))
7 {
8- std::cout << lItem.getStringValue() << std::endl;
9+ //std::cout << lItem.getStringValue() << std::endl;
10 oUris.push_back(lItem.getStringValue());
11 }
12 lIter->close();
13@@ -495,7 +495,7 @@
14
15 try
16 {
17- std::cout << "Hello: " << lQueryString << std::endl;
18+ //std::cout << "Hello: " << lQueryString << std::endl;
19 lQuery = lZorba->compileQuery(lQueryString, ltempSctx);
20 }
21 catch (XQueryException& xe)

Subscribers

People subscribed via source and target branches