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> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
d2428ca5da
commit
3044bc6b49
@ -26,10 +26,6 @@ namespace upm {
|
|||||||
}
|
}
|
||||||
strTokens.push_back(initStr.substr(start, end));
|
strTokens.push_back(initStr.substr(start, end));
|
||||||
|
|
||||||
for (auto i : strTokens)
|
|
||||||
std::cout << i << " ";
|
|
||||||
std::cout << std::endl;
|
|
||||||
|
|
||||||
return strTokens;
|
return strTokens;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user