Remove debugging Println
This commit is contained in:
@@ -255,8 +255,6 @@ func (c *Conn) queryPreparedContext(ctx context.Context, name string, argsV []dr
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println("ere")
|
|
||||||
|
|
||||||
return &Rows{rows: rows}, nil
|
return &Rows{rows: rows}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user