Browse Source

remove comments

Milen Radkov 6 years ago
parent
commit
b4e9a75a8b
1 changed files with 0 additions and 6 deletions
  1. 0 6
      src/sophia/sophia.test.ts

+ 0 - 6
src/sophia/sophia.test.ts

@@ -8,12 +8,6 @@
 import { testTokenization } from '../test/testRunner';
 import { testTokenization } from '../test/testRunner';
 
 
 testTokenization('aes', [
 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 =',
 		line: 'contract HackBG =',
 		tokens: [
 		tokens: [