edmaxlabs-core 2.5.5 → 2.5.6

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.
package/dist/index.cjs CHANGED
@@ -332,7 +332,6 @@ var _Authentication = class _Authentication {
332
332
  return;
333
333
  userDocUnsubscribe = userRef.onSnapshot(
334
334
  (snapshot, change) => {
335
- console.log(snapshot);
336
335
  if (change === "delete") {
337
336
  this.saveCredentials(null);
338
337
  onSignOut?.();