Removed another stray debugging message
This commit is contained in:
1
gptcl.cc
1
gptcl.cc
@@ -207,7 +207,6 @@ int GPTDataCL::DoOptions(int argc, char* argv[]) {
|
|||||||
free(backupFile);
|
free(backupFile);
|
||||||
break;
|
break;
|
||||||
case 'c':
|
case 'c':
|
||||||
cout << "Setting name!\n";
|
|
||||||
JustLooking(0);
|
JustLooking(0);
|
||||||
partNum = (int) GetInt(partName, 1) - 1;
|
partNum = (int) GetInt(partName, 1) - 1;
|
||||||
if (partNum < 0)
|
if (partNum < 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user