Removed couts

This commit is contained in:
Sebastian Piwell
2016-05-16 13:55:42 -04:00
parent 8cd0a5d50a
commit 24d7832c40
3 changed files with 4 additions and 71 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ bool DataSphere::updateTexture(){
std::stringstream buffer;
buffer << data.rdbuf();
_dataBuffer = buffer.str();
std::cout << "data in buffer" << std::endl;
// loadTexture();
return true;
}