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.mjs CHANGED
@@ -300,7 +300,6 @@ var _Authentication = class _Authentication {
300
300
  return;
301
301
  userDocUnsubscribe = userRef.onSnapshot(
302
302
  (snapshot, change) => {
303
- console.log(snapshot);
304
303
  if (change === "delete") {
305
304
  this.saveCredentials(null);
306
305
  onSignOut?.();