Skip to content

Commit 46e088b

Browse files
committed
remove log
1 parent a5f3ae0 commit 46e088b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ private static bool MountDevelopmentImage(iDeviceHandle iDeviceHandle, LockdownC
205205
mounterError = mounter.mobile_image_mounter_upload_image(mounterClientHandle, "Developer", (uint)image.Length, imageSign, (ushort)imageSign.Length,
206206
((buffer, length, data) =>
207207
{
208-
Console.WriteLine($"{buffer.ToString("X")} {i} {length} {data.ToString("X")}");
208+
// Console.WriteLine($"{buffer.ToString("X")} {i} {length} {data.ToString("X")}");
209209
Marshal.Copy(image, i, buffer, (int)length);
210210
i += (int)length;
211211
return (int)length;

0 commit comments

Comments
 (0)