Skip to content

Commit

Permalink
fix: do not get silly plant on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
djpiper28 committed Mar 3, 2024
1 parent ca70093 commit 542b2a6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions kube_cache/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@ func main() {
},
}))

body, err := ai.GenerateDalleForKube("Nuclear plant")
if err != nil {
log.Fatalf("SHIT IS FUCKED %s", err)
}
log.Println("HERE IS THE DATA YOU WANT AND SHIT")
log.Println(len(body))

log.Println("Start up the API")
server := server.New(metrics, database, ai)
server.Use(router)
Expand Down

0 comments on commit 542b2a6

Please sign in to comment.