onairos 0.1.256 → 0.1.259

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.
@@ -43,7 +43,6 @@ function OthentButton(_ref) {
43
43
  auth0ReturnToURI: window.location.href // Same for logout
44
44
  });
45
45
  const userDetails = await othent.connect();
46
- console.log("Valid user details??");
47
46
  if (!userDetails) {
48
47
  throw new Error('Othent connection failed');
49
48
  }