mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Remove spurious debug line.
This commit is contained in:
@@ -176,7 +176,6 @@ namespace DiscImageChef.Gui.Forms
|
||||
{
|
||||
Application.Instance.Invoke(() =>
|
||||
{
|
||||
System.Console.WriteLine(lineChart.MaxY);
|
||||
if(currentspeed > lineChart.MaxY) lineChart.MaxY = (float)(currentspeed + currentspeed / 10);
|
||||
|
||||
lineChart.Values.Add(new PointF(sector, (float)currentspeed));
|
||||
|
||||
Reference in New Issue
Block a user