]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
two-step: delete extraneous log spew
authorRay Strode <rstrode@redhat.com>
Thu, 24 Oct 2013 00:19:35 +0000 (20:19 -0400)
committerRay Strode <rstrode@redhat.com>
Thu, 24 Oct 2013 00:19:35 +0000 (20:19 -0400)
src/plugins/splash/two-step/plugin.c

index 2c6d97a04978fda0dfc7f9236ca07cc12d1ca480..8a73454389f66f6c473a339538a6e3264bd85163 100644 (file)
@@ -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;