Removed another stray debugging message

This commit is contained in:
Rod Smith
2021-10-09 18:40:30 -04:00
parent 1e084b3ac2
commit 43b3df969c

View File

@@ -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)