]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[script] Remove debugging trace line
authorCharlie Brej <cbrej@cs.man.ac.uk>
Tue, 20 Apr 2010 23:09:25 +0000 (00:09 +0100)
committerCharlie Brej <cbrej@cs.man.ac.uk>
Tue, 20 Apr 2010 23:09:25 +0000 (00:09 +0100)
src/plugins/splash/script/plugin.c

index 79871c4bfd6e3f0717c59399c68b682829458a0a..b2508f82e01298665c28ecc85707c7f662d2224a 100644 (file)
@@ -163,8 +163,6 @@ add_script_env_var (const char *group_name,
   new_env_var->value = strdup (value);
 
   ply_list_append_data (script_env_vars, new_env_var);
-
-  ply_trace ("%s %s %s", group_name, key, value);
 }
 
 static ply_boot_splash_plugin_t *