remove debug/warning message

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-06-18 20:43:32 -04:00
parent d278de2d76
commit 8d720e4b04
1 changed files with 0 additions and 4 deletions

View File

@ -1518,8 +1518,6 @@ _e_comp_wl_evas_cb_delete_request(void *data, Evas_Object *obj EINA_UNUSED, void
E_Client *ec;
E_Comp *comp;
DBG("COMP_WL: Evas Del Request");
if (!(ec = data)) return;
if (ec->netwm.ping) e_client_ping(ec);
@ -2115,8 +2113,6 @@ _e_comp_wl_cb_hook_client_eval_fetch(void *data EINA_UNUSED, E_Client *ec)
{
E_Client *pc = NULL;
WRN("Fetch Transient For !");
if (ec->icccm.transient_for)
{
pc = eina_hash_find(clients_win_hash, &ec->icccm.transient_for);