crash-js 0.1.46 → 0.1.48

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.
Files changed (2) hide show
  1. package/crash-js/utils +0 -2
  2. package/package.json +1 -1
package/crash-js/utils CHANGED
@@ -82,8 +82,6 @@ function
82
82
  _argv_get() {
83
83
  let
84
84
  _argv;
85
- console.log(
86
- "hello");
87
85
  if ( typeof window === 'undefined' &&
88
86
  ( typeof global !== 'undefined' && global.global === global ) &&
89
87
  typeof __webpack_require__ !== 'function' ) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name":
3
3
  "crash-js",
4
4
  "version":
5
- "0.1.46",
5
+ "0.1.48",
6
6
  "description":
7
7
  "Crash Javascript library.",
8
8
  "funding":