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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170090 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCSectionELF.h

index 8c31d04639883922526273203d22f378a44bfcf6..451a1623c1f54c45f90e13801022f7a0607deeb8 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";