Skip to content
Snippets Groups Projects
Commit 30d53f69 authored by Odilitime's avatar Odilitime
Browse files

remove debug

parent 0deb2093
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,7 @@ void InputComponent::backSpace() {
}
void InputComponent::updateText() {
std::cout << "InputComponent::updateText - input value is now: " << value << std::endl;
//std::cout << "InputComponent::updateText - input value is now: " << value << std::endl;
// maybe tie the fontsize to height
if (userInputText) {
delete userInputText;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment