Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed May 8, 2022
1 parent a2ddae1 commit a64e416
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/npc/update/event_skip_tp_magi.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ void skip_event_magician_tp(object_t *obj,
any_t *rotation_data = NULL;
any_t *total_time = NULL;

printf("ok\n");
if (obj == NULL) {
return;
}
printf("oki\n");
rotation_data = dico_t_get_value(obj->components, rotation_data_key);
total_time = get_from_any(rotation_data, "d", total_time_key);
if (total_time == NULL) {
Expand Down

0 comments on commit a64e416

Please sign in to comment.