zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #18315
[Merge] lp:~zorba-coders/zorba/fixes_fots_driver into lp:zorba
Chris Hillery has proposed merging lp:~zorba-coders/zorba/fixes_fots_driver into lp:zorba.
Commit message:
Remove undesired debug output.
Requested reviews:
Chris Hillery (ceejatec)
Related bugs:
Bug #1130069 in Zorba: "FOTS driver: serialization error in the outputed test case"
https://bugs.launchpad.net/zorba/+bug/1130069
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/fixes_fots_driver/+merge/149987
--
https://code.launchpad.net/~zorba-coders/zorba/fixes_fots_driver/+merge/149987
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'modules/xqxq/xqxq.xq.src/xqxq.cpp'
--- modules/xqxq/xqxq.xq.src/xqxq.cpp 2013-02-21 01:51:10 +0000
+++ modules/xqxq/xqxq.xq.src/xqxq.cpp 2013-02-22 08:56:25 +0000
@@ -495,7 +495,6 @@
try
{
- std::cout << "Hello: " << lQueryString << std::endl;
lQuery = lZorba->compileQuery(lQueryString, ltempSctx);
}
catch (XQueryException& xe)
Follow ups