Remove a debugging line accidentally left in the last commit.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150882 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Sema/SemaDecl.cpp b/lib/Sema/SemaDecl.cpp
index 89f22cb..f385b50 100644
--- a/lib/Sema/SemaDecl.cpp
+++ b/lib/Sema/SemaDecl.cpp
@@ -10175,7 +10175,6 @@
                                     LookupOrdinaryName);
   AsmLabelAttr *Attr =
      ::new (Context) AsmLabelAttr(AliasNameLoc, Context, AliasName->getName());
-  fprintf(stderr, "Alias name: %s\n", AliasName->getName().str().c_str());
 
   if (PrevDecl) 
     PrevDecl->addAttr(Attr);