mirror of
https://github.com/troldal/OpenXLSX.git
synced 2025-05-09 02:11:09 +08:00
2025-04-22 XLDocument: removed a leftover debug message
This commit is contained in:
parent
9d673a34e5
commit
86af3b043f
@ -1162,7 +1162,6 @@ bool XLDocument::validateSheetName(std::string sheetName, bool throwOnInvalid)
|
||||
using namespace std::literals::string_literals;
|
||||
bool valid = true;
|
||||
|
||||
std::cout << "validating sheet name " << sheetName << std::endl;
|
||||
try {
|
||||
if (sheetName.length() > 31)
|
||||
throw "contain more than 31 characters"s;
|
||||
|
Loading…
x
Reference in New Issue
Block a user