diff --git a/packages/store-sync/src/createStoreSync.ts b/packages/store-sync/src/createStoreSync.ts index df46433fde..c8d926d23c 100644 --- a/packages/store-sync/src/createStoreSync.ts +++ b/packages/store-sync/src/createStoreSync.ts @@ -34,7 +34,6 @@ import { SyncStep } from "./SyncStep"; import { chunk, isDefined } from "@latticexyz/common/utils"; import { encodeKey, encodeValueArgs } from "@latticexyz/protocol-parser"; import { internalTableIds } from "./internalTableIds"; -import { table } from "console"; const debug = parentDebug.extend("createStoreSync");