reduce debug logs

This commit is contained in:
2020-05-20 11:56:43 +08:00
parent 7e01c0bbda
commit 21c93310ea
16 changed files with 73 additions and 13 deletions

View File

@@ -26,7 +26,9 @@ namespace Pixiview.iOS
public override bool OpenUrl(UIApplication app, NSUrl url, NSDictionary options)
{
#if DEBUG
App.DebugPrint($"url: {url}.");
#endif
return App.OpenUrl(url);
}
}