diff options
author | Treeki <treeki@gmail.com> | 2012-03-15 02:54:33 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-03-15 02:54:33 +0100 |
commit | e88fd1dcef52d4375fef655918886fc14bb1f40c (patch) | |
tree | f081b14a420331258665a58ad31be54b13b1c655 /src/bossBalboaWrench.cpp | |
parent | 18a6c3dbe01f484b346923ebc53f674c1e4a5101 (diff) | |
download | kamek-e88fd1dcef52d4375fef655918886fc14bb1f40c.tar.gz kamek-e88fd1dcef52d4375fef655918886fc14bb1f40c.zip |
optimisations to reduce code size
Diffstat (limited to '')
-rw-r--r-- | src/bossBalboaWrench.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bossBalboaWrench.cpp b/src/bossBalboaWrench.cpp index a500b0f..6dfbe42 100644 --- a/src/bossBalboaWrench.cpp +++ b/src/bossBalboaWrench.cpp @@ -318,8 +318,6 @@ void daBalboa_c::updateModelMatrices() { this->pos = this->PopUp[randChoice]; - OSReport("Rand Choice is: %d\n", randChoice); - OSReport("Position is: %f, %f, %f\n\n", pos.x, pos.y, pos.z); if (randChoice == 0) { // On the left side! |