Skip to content

Commit

Permalink
Remove stray debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrbasu committed Dec 2, 2024
1 parent 85cab6b commit 255001b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/parquet/duck_db.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ func newDuckDb() (*duckDb, error) {
// for local builds, the json extension should be available in the system
var loadStmt string
if cmdconfig.IsLocal() {
fmt.Println("Local build detected, loading JSON extension")
loadStmt = "LOAD 'json';"
} else {
loadStmt = fmt.Sprintf("LOAD '%s';", extractedExtensionName)
Expand Down

0 comments on commit 255001b

Please sign in to comment.