targetj 1.0.150 → 1.0.151

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.
@@ -174,9 +174,6 @@ var TargetUtil = exports.TargetUtil = /*#__PURE__*/function () {
174
174
  }
175
175
  if (target && cleanTargetName && !tmodel.isTargetImperative(key)) {
176
176
  if (isEndTrigger && TargetUtil.hasTargetEnded(tmodel, key) || !isEndTrigger) {
177
- if (tmodel.oid === 'explosion') {
178
- console.log("activating: " + tmodel.oid + ", " + key + ", " + cleanTargetName);
179
- }
180
177
  TargetUtil.activateNextTarget(tmodel, cleanTargetName);
181
178
  }
182
179
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "targetj",
3
- "version": "1.0.150",
3
+ "version": "1.0.151",
4
4
  "keywords": [
5
5
  "targetjs"
6
6
  ],