mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Removed Debug Output
This commit is contained in:
parent
c14a5ac719
commit
93b872cd5f
2 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ namespace MapControl
|
|||
await Cache.SetAsync(cacheKey, buffer, GetExpiration(response.MaxAge)).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
else System.Diagnostics.Debug.WriteLine("Cached: " + cacheKey);
|
||||
//else System.Diagnostics.Debug.WriteLine("Cached: " + cacheKey);
|
||||
|
||||
if (buffer != null && buffer.Length > 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue