Commit 240bac5b1e65ddc44a61c707e086159df3d6c6fb

  • avatar
  • Claudio Saavedra (Committer)
  • Fri Feb 26 16:01:54 CET 2010
  • avatar
  • Adam Endrodi <adam.endrodi @blum…ft.eu> (Author)
  • Fri Feb 26 16:00:45 CET 2010
Remove spare g_debug()

Signed-off-by: Claudio Saavedra <csaavedra@igalia.com>
  
105105 ca_proplist_sets(pl, "module-stream-restore.id", "x-maemo-system-sound");
106106
107107 ret = ca_context_play_full(ca_con, 0, pl, NULL, NULL);
108 g_debug("ca_context_play_full %s\n", ca_strerror(ret));
109108
110109 ca_proplist_destroy(pl);
111110}