gologin 1.0.49 → 1.0.50

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/gologin.js +1 -1
  2. package/package.json +1 -1
package/gologin.js CHANGED
@@ -749,7 +749,7 @@ class GoLogin {
749
749
  this.port = remote_debugging_port;
750
750
 
751
751
  const ORBITA_BROWSER = this.executablePath || this.browserChecker.getOrbitaPath;
752
- console.log("ORBITA_BROWSER=", ORBITA_BROWSER)
752
+ debug(`ORBITA_BROWSER=${ORBITA_BROWSER}`)
753
753
  const env = {};
754
754
  Object.keys(process.env).forEach((key) => {
755
755
  env[key] = process.env[key];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gologin",
3
- "version": "1.0.49",
3
+ "version": "1.0.50",
4
4
  "description": "A high-level API to control Orbita browser over GoLogin API",
5
5
  "main": "./gologin.js",
6
6
  "repository": {