Skip to content

Commit 1b14ecb

Browse files
committed
remove debug output in SessionPool
1 parent 97075af commit 1b14ecb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Apache.IoTDB/SessionPool.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,6 @@ public async Task<int> InsertRecordAsync(string deviceId, RowRecord record)
657657
try
658658
{
659659
var status = await client.ServiceClient.insertRecordAsync(req);
660-
Console.WriteLine("status Message {0}", status);
661660
if (_debugMode)
662661
{
663662
_logger.LogInformation("insert one record to device {0}, server message: {1}", deviceId, status.Message);

0 commit comments

Comments
 (0)