From 45d0c28d7c99d42cdd0cd7176f05488bc80d5ec5 Mon Sep 17 00:00:00 2001 From: Sebastian Miasojed Date: Wed, 31 Jan 2024 18:14:40 +0100 Subject: [PATCH] cleanup --- contract/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/contract/lib.rs b/contract/lib.rs index b19edcb..5fbc0ce 100755 --- a/contract/lib.rs +++ b/contract/lib.rs @@ -44,7 +44,6 @@ mod link { /// The in-storage representation of this contract. #[ink(storage)] - //#[derive(SpreadAllocate)] pub struct Link { /// Needed in order to resolve slugs to URLs. urls: Mapping,