We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac535ac commit 6a75ee4Copy full SHA for 6a75ee4
src/MySqlConnector/Core/Row.cs
@@ -229,7 +229,6 @@ public int GetInt32(int ordinal)
229
}
230
231
var data = m_data.Slice(m_dataOffsets[ordinal], m_dataLengths[ordinal]).Span;
232
- System.Console.WriteLine(System.Text.Encoding.UTF8.GetString(data));
233
234
if (columnDefinition.ColumnType == ColumnType.Bit)
235
return checked((int) ReadBit(data, columnDefinition));
0 commit comments