Skip to content

Commit

Permalink
fix(ncurses): remvoe useless debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann-Masson committed Apr 7, 2024
1 parent 2392642 commit b8ab83b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 164 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ lib
*.gcda
*.o
scores.txt
*.zip
5 changes: 0 additions & 5 deletions core/src/menu/Menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -521,11 +521,6 @@ void Menu::_handleMouseButtonEvents(std::shared_ptr<events::IMouseButtonEvent> m
this->_selectGame();
}
}
std::ofstream file("test.txt", std::ios::app);
if (file.is_open()) {
file << "Hello World!" << move->getPosition().x << move->getPosition().x << std::endl;
file.close();
}
}

void Menu::_handleEvents()
Expand Down
49 changes: 0 additions & 49 deletions main.cpp

This file was deleted.

110 changes: 0 additions & 110 deletions test.txt

This file was deleted.

0 comments on commit b8ab83b

Please sign in to comment.