Skip to content

Commit

Permalink
Remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
drzel committed Apr 26, 2024
1 parent 960ba31 commit 791abcc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ssqc/tfortmap.qc
Original file line number Diff line number Diff line change
Expand Up @@ -2106,9 +2106,7 @@ void () item_tfgoal_touch = {
return;

if (CTF_Map == 1) {
printf("CTF_Map: %f\n", CTF_Map);
if (self.goal_no == 1) {
printf("self.goal_no: %f\n", self.goal_no);
if (self.origin != self.oldorigin) {
if (other.team_no == 1) {
bprint(2, other.netname);
Expand Down Expand Up @@ -2173,7 +2171,6 @@ void () item_tfgoal_touch = {
}
}
if (Activated(self, other)) {
printf("activated\n");
tfgoalitem_GiveToPlayer(self, other, self);
if (other.health > 0) {
self.goal_state = 1;
Expand Down

0 comments on commit 791abcc

Please sign in to comment.