From b4e9a75a8b722e71a3c16ac0991f28cd900c8177 Mon Sep 17 00:00:00 2001 From: Milen Radkov Date: Fri, 9 Aug 2019 15:33:53 +0300 Subject: [PATCH] remove comments --- src/sophia/sophia.test.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/sophia/sophia.test.ts b/src/sophia/sophia.test.ts index 0bdb81fa..7f5b1de7 100644 --- a/src/sophia/sophia.test.ts +++ b/src/sophia/sophia.test.ts @@ -8,12 +8,6 @@ import { testTokenization } from '../test/testRunner'; testTokenization('aes', [ - - // contract HackBG = - // record state = { developers : map(address, developer) } - // record developer = { name : string, experience : int, skillset : list(string) } - // entrypoint init() = { developers = {} } - [{ line: 'contract HackBG =', tokens: [