Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
milgra committed Dec 1, 2022
1 parent 9f0c279 commit 7b9c778
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/vmp/vmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ void load(wl_window_t* info)

void update(ku_event_t ev)
{
printf("UPDATE %i %u %i %i\n", ev.type, ev.time, ev.w, ev.h);
/* printf("UPDATE %i %u %i %i\n", ev.type, ev.time, ev.w, ev.h); */

if (ev.type == KU_EVENT_WINDOW_SHOWN) load(ev.window);

Expand Down Expand Up @@ -312,7 +312,6 @@ void update_screenshot(uint32_t frame)

void update_record(ku_event_t ev)
{
printf("RECORD EVENT %i\n", ev.type);
if (ev.type == KU_EVENT_WINDOW_SHOWN) load(ev.window);

/* normalize floats for deterministic movements during record/replay */
Expand Down

0 comments on commit 7b9c778

Please sign in to comment.