summaryrefslogtreecommitdiff
path: root/gptpart.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gptpart.cc')
-rw-r--r--gptpart.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gptpart.cc b/gptpart.cc
index bbd28ae..4b8c369 100644
--- a/gptpart.cc
+++ b/gptpart.cc
@@ -114,7 +114,6 @@ void GPTPart::SetName(const string & theName) {
// Set the name for a partition to theName, using a Unicode string as
// input.
void GPTPart::SetName(const UnicodeString & theName) {
- cout << "Entering GPTPart::SetName(const UnicodeString...)\n";
if (theName.isBogus()) {
cerr << "Bogus UTF-16 name found in GPTPart::SetName()! Name not changed!\n";
} else {