Skip to content

Commit fa5d978

Browse files
author
Thumperrr
committed
Removed an unneeded cout debugging statement in TextureManager
1 parent c980cbc commit fa5d978

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
*.vcxproj
77
*.filters
88
*.opensdf
9-
*.DS_Store
109

1110
ChessPlusPlus/
1211
Debug/
1312
Release/
14-
libs/SFML-4fbefe7/build_vs11/
15-
libs/SFML-4fbefe7/build_osx/
13+
libs/SFML-4fbefe7/build_vs11/

src/TextureManager.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ namespace chesspp
5858
//************************************
5959
sf::Texture *onLoadResource(const std::string &location)
6060
{
61-
cout << "Loading texture: " << location << endl;
6261
sf::Texture *ret = new sf::Texture();
6362
if(!ret->loadFromFile(location))
6463
return NULL;

0 commit comments

Comments
 (0)