Skip to content

Commit e8f3277

Browse files
Update duckdb.go
Co-authored-by: Copilot <[email protected]> Signed-off-by: Nick Campbell <[email protected]>
1 parent 65d9a68 commit e8f3277

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

duckdb.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ import (
2020
"gorm.io/gorm/schema"
2121
)
2222

23-
// debugLogging controls whether detailed debug logging is enabled
24-
// Set via environment variable GORM_DUCKDB_DEBUG=true or GORM_DUCKDB_DEBUG=1
25-
// debugLogging controls whether detailed debug logging is enabled
26-
// Set via environment variable GORM_DUCKDB_DEBUG=true or GORM_DUCKDB_DEBUG=1
2723
var debugLogging = os.Getenv("GORM_DUCKDB_DEBUG") == "true" || os.Getenv("GORM_DUCKDB_DEBUG") == "1"
2824

2925
// debugLog logs messages only when debug logging is enabled

0 commit comments

Comments
 (0)