Removed spurious debug lines.

This commit is contained in:
2018-07-01 22:51:06 +01:00
parent 247275f14a
commit 68309fc408
5 changed files with 7 additions and 15 deletions

View File

@@ -253,7 +253,7 @@ namespace DiscImageChef.Devices.Windows
instanceId = Marshal.PtrToStringAuto(ptrInstanceBuf);
Marshal.FreeHGlobal(ptrInstanceBuf);
System.Console.WriteLine("InstanceId: {0}", instanceId);
//System.Console.WriteLine("InstanceId: {0}", instanceId);
//break;
}
}