about summary refs log tree commit diff
path: root/src/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.go')
-rw-r--r--src/main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.go b/src/main.go
index 8ca13a7..9885957 100644
--- a/src/main.go
+++ b/src/main.go
@@ -15,7 +15,6 @@ func main() {
 
 	// Read challenges from file
 	getChallengesFromSeedFile()
-	generateJSONFromChallenges()
 
 	// Run HTTP server
 	log.Fatalln(runHTTPServer())