Skip to content

Commit 3130eb3

Browse files
estahncyrilgdn
authored andcommitted
chore: remove debugging code
1 parent 87e6022 commit 3130eb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

postgresql/helpers.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ func startTransaction(client *Client, database string) (*sql.Tx, error) {
258258
return nil, err
259259
}
260260
}
261-
// spew.Dump(client)
262261
db := client.DB()
263262
txn, err := db.Begin()
264263
if err != nil {

0 commit comments

Comments
 (0)