[sword-svn] r2447 - trunk/src/modules

chrislit at crosswire.org chrislit at crosswire.org
Sun Aug 23 21:01:29 MST 2009


Author: chrislit
Date: 2009-08-23 21:01:29 -0700 (Sun, 23 Aug 2009)
New Revision: 2447

Modified:
   trunk/src/modules/swmodule.cpp
Log:
looks like debug code (and drags in an additional dependency)

Modified: trunk/src/modules/swmodule.cpp
===================================================================
--- trunk/src/modules/swmodule.cpp	2009-08-24 00:43:27 UTC (rev 2446)
+++ trunk/src/modules/swmodule.cpp	2009-08-24 04:01:29 UTC (rev 2447)
@@ -686,9 +686,9 @@
 				AttributeValue::iterator i3Start, i3End;
 
 				if ((words.size()) && (words[0].length())) {
-cout << "Word: " << words[0] << endl;
+// cout << "Word: " << words[0] << endl;
 				for (i1Start = entryAttribs.begin(); i1Start != entryAttribs.end(); ++i1Start) {
-cout << "stuff: " << i1Start->first.c_str() << endl;
+// cout << "stuff: " << i1Start->first.c_str() << endl;
 				}
 					i1Start = entryAttribs.find(words[0]);
 					i1End = i1Start;




More information about the sword-cvs mailing list