Skip to content

Commit

Permalink
Remove a debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Scarr committed Nov 26, 2018
1 parent f03b32d commit 83e33c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions codegen/codegen.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package codegen

import (
"fmt"
"log"
"os"
"path/filepath"
Expand Down Expand Up @@ -77,7 +76,6 @@ func GenerateServer(cfg Config, filename string) error {

serverFilename := abs(filename)
serverBuild := cfg.server(filepath.Dir(serverFilename))
fmt.Println(serverBuild.ExecPackageName)

if _, err := os.Stat(serverFilename); os.IsNotExist(errors.Cause(err)) {
err = templates.RenderToFile("server.gotpl", serverFilename, serverBuild)
Expand Down

0 comments on commit 83e33c1

Please sign in to comment.