mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 22:18:56 +00:00
Update MainWindow.xaml.cs
This commit is contained in:
parent
fae1ca2628
commit
d66b0d3180
1 changed files with 1 additions and 2 deletions
|
|
@ -27,8 +27,7 @@ namespace SampleApplication
|
|||
|
||||
protected override Task<HttpResponseMessage> SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
|
||||
{
|
||||
Debug.WriteLine(request.RequestUri);
|
||||
|
||||
//Debug.WriteLine(request.RequestUri);
|
||||
return base.SendAsync(request, cancellationToken);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue