diff options
| author | Dhravya <[email protected]> | 2024-04-08 18:39:32 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-04-08 18:39:32 -0700 |
| commit | afd14a5dcdea26b98463dc8d643dabc9a4a16255 (patch) | |
| tree | f74c859a81a81a582e77446e5ccf9866a1aefb73 /apps/web/src/contexts | |
| parent | setup for multi chat (diff) | |
| download | supermemory-afd14a5dcdea26b98463dc8d643dabc9a4a16255.tar.xz supermemory-afd14a5dcdea26b98463dc8d643dabc9a4a16255.zip | |
messages streaminug
Diffstat (limited to 'apps/web/src/contexts')
| -rw-r--r-- | apps/web/src/contexts/MemoryContext.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/web/src/contexts/MemoryContext.tsx b/apps/web/src/contexts/MemoryContext.tsx index 820736ff..3727c464 100644 --- a/apps/web/src/contexts/MemoryContext.tsx +++ b/apps/web/src/contexts/MemoryContext.tsx @@ -31,8 +31,6 @@ export const MemoryProvider: React.FC< [spaces], ); - console.log(spaces); - return ( <MemoryContext.Provider value={{ spaces, addSpace, deleteSpace }}> {children} |