Remove extraneous debugging code.
authorEric Christopher <echristo@gmail.com>
Thu, 13 Dec 2012 03:07:28 +0000 (03:07 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 13 Dec 2012 03:07:28 +0000 (03:07 +0000)
llvm-svn: 170090

llvm/include/llvm/MC/MCSectionELF.h

index 8c31d04..451a162 100644 (file)
@@ -60,8 +60,6 @@ public:
 
   StringRef getSectionName() const { return SectionName; }
   virtual std::string getLabelBeginName() const {
-    dbgs() << SectionName.data();
-    dbgs() << "_begin" << "\n";
     return SectionName.str() + "_begin"; }
   virtual std::string getLabelEndName() const {
     return SectionName.str() + "_end";