mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
useFirestoreCollection: remove console.log
This commit is contained in:
@@ -153,7 +153,6 @@ export function useFirestoreCollectionWithAtom<T = TableRow>(
|
||||
|
||||
// Create listener
|
||||
useEffect(() => {
|
||||
console.log("memoizedQuery", memoizedQuery);
|
||||
// If path is invalid and no memoizedQuery was created, don’t continue
|
||||
if (!memoizedQuery) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user