fix: remove no longer used code related to collab room loading (#5699)

Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
Seunghyun oh
2022-09-16 04:58:07 +09:00
committed by GitHub
parent 5390617c01
commit ec4b3d913e
2 changed files with 0 additions and 14 deletions

View File

@ -33,7 +33,6 @@ export const STORAGE_KEYS = {
LOCAL_STORAGE_ELEMENTS: "excalidraw",
LOCAL_STORAGE_APP_STATE: "excalidraw-state",
LOCAL_STORAGE_COLLAB: "excalidraw-collab",
LOCAL_STORAGE_KEY_COLLAB_FORCE_FLAG: "collabLinkForceLoadFlag",
LOCAL_STORAGE_LIBRARY: "excalidraw-library",
VERSION_DATA_STATE: "version-dataState",
VERSION_FILES: "version-files",