]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
remove debug print
authorRudolf Polzer <divverent@xonotic.org>
Tue, 15 Nov 2011 10:52:15 +0000 (11:52 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Tue, 15 Nov 2011 10:52:15 +0000 (11:52 +0100)
qcsrc/csqcmodel/cl_player.qc

index 24543929ec6613c30377c9d2ba6a560abe71e903..b059b14820a23d7306c76473f4068edd855670e6 100644 (file)
@@ -157,7 +157,6 @@ void CSQCPlayer_SetCamera()
                        CSQCPlayer_SetMinsMaxs();
 
                        self.view_ofs_z = getstati(STAT_VIEWHEIGHT);
-                       print(vtos(self.view_ofs), "\n");
                }
                else
                {