Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
emirb authored May 8, 2019
1 parent 6c53214 commit 985c3a1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions callback.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
package gorm

import (
"fmt"
"log"
)
import "fmt"

// DefaultCallback default callbacks defined by gorm
var DefaultCallback = &Callback{}
Expand Down

0 comments on commit 985c3a1

Please sign in to comment.