From 8479fe59c923eabdd722aa4228d2b923131cd5c3 Mon Sep 17 00:00:00 2001 From: Ahmed Zamil Date: Tue, 5 Apr 2022 14:47:56 +0300 Subject: [PATCH] uncomment --- lib/src/Net/IIP/DistributedConnection.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/Net/IIP/DistributedConnection.dart b/lib/src/Net/IIP/DistributedConnection.dart index cd542b4..ef1f234 100644 --- a/lib/src/Net/IIP/DistributedConnection.dart +++ b/lib/src/Net/IIP/DistributedConnection.dart @@ -2413,7 +2413,7 @@ class DistributedConnection extends NetworkConnection with IStore { DC content = rt[4] as DC; var initResource = (ok) { - print("parse req ${id}"); + //print("parse req ${id}"); Codec.parse(content, 0, this, newSequence, transmissionType) .reply