diff --git a/lib/main.dart b/lib/main.dart index 05f2ec942..05b97dbca 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -82,10 +82,6 @@ Future initializeAppConfigs() async { CakeHive.registerAdapter(NodeAdapter()); } - // if (!CakeHive.isAdapterRegistered(PowNode.typeId)) { - // CakeHive.registerAdapter(PowNodeAdapter()); - // } - if (!CakeHive.isAdapterRegistered(TransactionDescription.typeId)) { CakeHive.registerAdapter(TransactionDescriptionAdapter()); }