From 9bb532cbb45a8e72d9b129a12eb090470432ed62 Mon Sep 17 00:00:00 2001 From: jackson Date: Fri, 4 Dec 2009 21:54:26 +0000 Subject: [PATCH] Remove debug git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/moon@147714 e3ebcda4-bce8-0310-ba0a-eca2169e7518 --- src/xaml.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xaml.cpp b/src/xaml.cpp index a577f95fc..8e4e09054 100644 --- a/src/xaml.cpp +++ b/src/xaml.cpp @@ -4010,7 +4010,6 @@ XamlElementInstance::TrySetContentProperty (XamlParserInfo *p, const char *value if (!prop_name) { if (info->GetKind () == Type::ICON) { - printf ("getting the text content of the icon\n"); prop_name = "Source"; } else return false; -- 2.11.4.GIT