From: Ray Strode Date: Thu, 24 Oct 2013 00:19:35 +0000 (-0400) Subject: two-step: delete extraneous log spew X-Git-Tag: 0.9.0~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b817332e2a44f628f0da39866617f63ca826dbc3;p=thirdparty%2Fplymouth.git two-step: delete extraneous log spew --- diff --git a/src/plugins/splash/two-step/plugin.c b/src/plugins/splash/two-step/plugin.c index 2c6d97a0..8a734543 100644 --- a/src/plugins/splash/two-step/plugin.c +++ b/src/plugins/splash/two-step/plugin.c @@ -540,8 +540,6 @@ create_plugin (ply_key_file_t *key_file) asprintf (&image_path, "%s/background-tile.png", image_dir); plugin->background_tile_image = ply_image_new (image_path); - - ply_trace ("loading background tile %s", image_path); free (image_path); plugin->animation_dir = image_dir;