Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-02-15 03:47:33 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-02-15 03:47:33 +0300
commit5b55915e2555e6618ad0a6e0ae16f8e1f02ca210 (patch)
tree4ecd87399ec78270a0608bbdffa2af9033a892bf /Clovershell/ClovershellConnection.cs
parent66602348db6c376fc0c96d79af695825571841a2 (diff)
Console type check for config saving, console type in title, memory check fixes
Diffstat (limited to 'Clovershell/ClovershellConnection.cs')
-rw-r--r--Clovershell/ClovershellConnection.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Clovershell/ClovershellConnection.cs b/Clovershell/ClovershellConnection.cs
index a4662df0..ec136b95 100644
--- a/Clovershell/ClovershellConnection.cs
+++ b/Clovershell/ClovershellConnection.cs
@@ -438,7 +438,6 @@ namespace com.clusterrr.clovershell
if (res != ErrorCode.Ok)
{
if (repeats >= 10) break;
- Debug.WriteLine("write error: " + res);
repeats++;
Thread.Sleep(100);
}