From 05fa24c5749da265ee9f82eeead8ccdf2804f721 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 13 Dec 2012 03:07:28 +0000 Subject: [PATCH] Remove extraneous debugging code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170090 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/MC/MCSectionELF.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/llvm/MC/MCSectionELF.h b/include/llvm/MC/MCSectionELF.h index 8c31d046398..451a1623c1f 100644 --- a/include/llvm/MC/MCSectionELF.h +++ b/include/llvm/MC/MCSectionELF.h @@ -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"; -- 2.34.1