Skip to content

Commit 0c39e15

Browse files
dots
1 parent e86d7f9 commit 0c39e15

File tree

1 file changed

+1
-1
lines changed
  • Assets/MixedRealityToolkit/_Core/Utilities/WindowsDevicePortal

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit/_Core/Utilities/WindowsDevicePortal/DevicePortal.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ public static async Task<bool> UninstallAppAsync(string packageName, DeviceInfo
499499
return false;
500500
}
501501

502-
Debug.Log($"Attempting to uninstall {packageName} on {targetDevice.MachineName}");
502+
Debug.Log($"Attempting to uninstall {packageName} on {targetDevice.MachineName}...");
503503

504504
string query = $"{string.Format(InstallQuery, FinalizeUrl(targetDevice.IP))}?package={UnityWebRequest.EscapeURL(appInfo.PackageFullName)}";
505505
var response = await Rest.DeleteAsync(query, targetDevice.Authorization);

0 commit comments

Comments
 (0)