disable uuid store

currently seems to fill logs with infinite error messages

ref T2532
This commit is contained in:
Mike Blumenkrantz 2015-06-30 15:50:04 -04:00
parent c58cc3c279
commit b282ada5c8
1 changed files with 2 additions and 1 deletions

View File

@ -517,7 +517,8 @@ main(int argc, char **argv)
_e_main_shutdown_push(e_alert_shutdown);
#endif
#ifdef HAVE_WAYLAND
#ifdef 0
//#ifdef HAVE_WAYLAND
/* init uuid store for window/surface properties */
TS("E_UUID_Store Init");
if (!e_uuid_store_init())