node-sword-interface 1.0.17 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-sword-interface",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Javascript (N-API) interface to SWORD library",
5
5
  "keywords": [
6
6
  "C++",
@@ -234,8 +234,6 @@ void StrongsEntry::parseFromVersion2RawEntry(string rawEntry)
234
234
  {
235
235
  this->rawEntry = rawEntry;
236
236
 
237
- cout << rawEntry << endl;
238
-
239
237
  vector<string> allLines = StringHelper::split(this->rawEntry, "\n");
240
238
  if (allLines.size() == 0) {
241
239
  return;