summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Smith <rodsmith@rodsbooks.com>2021-10-09 18:40:30 -0400
committerRod Smith <rodsmith@rodsbooks.com>2021-10-09 18:40:30 -0400
commit43b3df969cbbf3da0c043afdc9939da97bbd8d68 (patch)
treec4e899ad563245438acc0a77cb05fc3dac44e421
parent1e084b3ac2ec8b4b448c2290ed4fa88e4c4212c4 (diff)
downloadsgdisk-43b3df969cbbf3da0c043afdc9939da97bbd8d68.tar.gz
Removed another stray debugging message
-rw-r--r--gptcl.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gptcl.cc b/gptcl.cc
index ef7156e..2e75db7 100644
--- a/gptcl.cc
+++ b/gptcl.cc
@@ -207,7 +207,6 @@ int GPTDataCL::DoOptions(int argc, char* argv[]) {
free(backupFile);
break;
case 'c':
- cout << "Setting name!\n";
JustLooking(0);
partNum = (int) GetInt(partName, 1) - 1;
if (partNum < 0)