diff --git a/result.go b/result.go index e774360..2578d3f 100644 --- a/result.go +++ b/result.go @@ -31,7 +31,6 @@ func (r *Result) Print() { r.InsertSlice.Print() r.UpdateSlice.Print() r.DeleteSlice.Print() - r.NoChangeSlice.Print() } type InsertSlice []string