Skip to content

Commit 5dafbc2

Browse files
committed
up
1 parent 6cdc158 commit 5dafbc2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: MemoryStream.cs

-2
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ public string toString()
360360
ii += 1;
361361
if(ii >= 200)
362362
{
363-
// MyDebug.Dbg.Log(s);
364363
s = "";
365364
ii = 0;
366365
}
@@ -369,7 +368,6 @@ public string toString()
369368
s += " ";
370369
}
371370

372-
// MyDebug.Dbg.Log(s);
373371
return s;
374372
}
375373
}

0 commit comments

Comments
 (0)