Skip to content

Commit

Permalink
animation_engines: remove a debug printf
Browse files Browse the repository at this point in the history
  • Loading branch information
grissiom committed Dec 29, 2014
1 parent 9856f0c commit 3e08c77
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/rtgui/common/animation_engines.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ void rtgui_anim_engine_fade(struct rtgui_dc *background,
if (!buf) return;

info.a = cur_lvl;
rt_kprintf("alpha: %d\n", cur_lvl);
if (cur_lvl < 100 && cur_lvl > 80)
rt_kprintf("here!\n");

buf_items = (struct rtgui_dc_buffer*) items;
info.src = buf_items->pixel;
Expand Down

0 comments on commit 3e08c77

Please sign in to comment.