jason-trace-log 1.0.12 → 1.0.13

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.
@@ -1222,7 +1222,6 @@
1222
1222
  return instance;
1223
1223
  }
1224
1224
  instance = TraceSdk.init(options);
1225
- console.log('instances: ', instance);
1226
1225
  return instance;
1227
1226
  };
1228
1227
  var getInstance = function () {