summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android
diff options
context:
space:
mode:
authorPaul DiPietro <pauldipietro@users.noreply.github.com>2017-06-22 12:52:38 -0500
committerRui Marinho <me@ruimarinho.net>2017-06-22 18:54:08 +0100
commit8b014183fe21da9d9e221cc49d6c1750e52098aa (patch)
tree88ecc14998e60e7312888d95fabeefc6eba7eafc /Xamarin.Forms.Platform.Android
parentf564f84a9caa5c4eb92d72571fabd670bb61f25f (diff)
downloadxamarin-forms-8b014183fe21da9d9e221cc49d6c1750e52098aa.tar.gz
xamarin-forms-8b014183fe21da9d9e221cc49d6c1750e52098aa.tar.bz2
xamarin-forms-8b014183fe21da9d9e221cc49d6c1750e52098aa.zip
Remove debug outputs (#1008)
Diffstat (limited to 'Xamarin.Forms.Platform.Android')
-rw-r--r--Xamarin.Forms.Platform.Android/Renderers/ButtonRenderer.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.Android/Renderers/ButtonRenderer.cs b/Xamarin.Forms.Platform.Android/Renderers/ButtonRenderer.cs
index 7bb97945..e07a2be5 100644
--- a/Xamarin.Forms.Platform.Android/Renderers/ButtonRenderer.cs
+++ b/Xamarin.Forms.Platform.Android/Renderers/ButtonRenderer.cs
@@ -26,7 +26,6 @@ namespace Xamarin.Forms.Platform.Android
public ButtonRenderer()
{
- System.Diagnostics.Debug.WriteLine("Slow Button!");
AutoPackage = false;
}