Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Pipello committed Mar 15, 2024
1 parent 313fe9b commit 87ecec8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion definition/model_definition.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,5 @@ func (g *ModelGenerator) GenerateFiles() error {
func getFilePath(name string) string {
_, dir, _, _ := runtime.Caller(0)
dirName := filepath.Dir(dir)
fmt.Println(dirName)
return filepath.Join(dirName, name)
}

0 comments on commit 87ecec8

Please sign in to comment.