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
|
@@ -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;
|