diff --git a/packages/store/src/StoreCore.sol b/packages/store/src/StoreCore.sol index 8c7754580d..b8b46ba11f 100644 --- a/packages/store/src/StoreCore.sol +++ b/packages/store/src/StoreCore.sol @@ -25,8 +25,6 @@ library StoreCore { /** * Initialize internal tables. * Consumers must call this function in their constructor. - * TODO: should we turn the schema table into a "proper table" and register it here? - * (see https://github.com/latticexyz/mud/issues/444) */ function initialize() internal { // StoreSwitch uses the storeAddress to decide where to write data to.