diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.go | 1 |
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()) |