Skip to content

Commit 791abcc

Browse files
committed
Remove debug prints
1 parent 960ba31 commit 791abcc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ssqc/tfortmap.qc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2106,9 +2106,7 @@ void () item_tfgoal_touch = {
21062106
return;
21072107

21082108
if (CTF_Map == 1) {
2109-
printf("CTF_Map: %f\n", CTF_Map);
21102109
if (self.goal_no == 1) {
2111-
printf("self.goal_no: %f\n", self.goal_no);
21122110
if (self.origin != self.oldorigin) {
21132111
if (other.team_no == 1) {
21142112
bprint(2, other.netname);
@@ -2173,7 +2171,6 @@ void () item_tfgoal_touch = {
21732171
}
21742172
}
21752173
if (Activated(self, other)) {
2176-
printf("activated\n");
21772174
tfgoalitem_GiveToPlayer(self, other, self);
21782175
if (other.health > 0) {
21792176
self.goal_state = 1;

0 commit comments

Comments
 (0)