mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
Remove unnecessary logs from upm_string_parser
Signed-off-by: Adelin Dobre <adelin.dobre@rinftech.com>
This commit is contained in:
parent
113e510459
commit
81bd802d2d
@ -26,10 +26,6 @@ namespace upm {
|
||||
}
|
||||
strTokens.push_back(initStr.substr(start, end));
|
||||
|
||||
for (auto i : strTokens)
|
||||
std::cout << i << " ";
|
||||
std::cout << std::endl;
|
||||
|
||||
return strTokens;
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user