diff --git a/gorm_test.go b/gorm_test.go index a231475a..e6e638af 100644 --- a/gorm_test.go +++ b/gorm_test.go @@ -170,7 +170,6 @@ func TestPrecision(t *testing.T) { var u User db.First(&u, "name = ?", "Precision") - fmt.Println(u.Latitude) if u.Latitude != f { t.Errorf("Float64 should not be changed after query") }