X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky%2Fstore.c;h=7ca04021d8bafb9b2aca89a50e9ed1b740741e9a;hb=a4e456f91da9819e5a1517d4e505816bb4aa1007;hp=03d4c4a6425880c478a467e12b25032c25d78abb;hpb=a8339d9810e470f59dffb3e186dd693b751ae04a;p=bluesky.git diff --git a/bluesky/store.c b/bluesky/store.c index 03d4c4a..7ca0402 100644 --- a/bluesky/store.c +++ b/bluesky/store.c @@ -112,7 +112,6 @@ void bluesky_store_async_unref(BlueSkyStoreAsync *async) g_free(async); g_log("bluesky/store", G_LOG_LEVEL_DEBUG, "freeing async"); - g_print("Freed async\n"); } } @@ -175,11 +174,6 @@ void bluesky_store_async_mark_complete(BlueSkyStoreAsync *async) } } -static void test_notifier(gpointer a, gpointer u) -{ - g_print("Notifier called!\n"); -} - void bluesky_store_async_submit(BlueSkyStoreAsync *async) { BlueSkyStore *store = async->store; @@ -203,7 +197,6 @@ void bluesky_store_async_submit(BlueSkyStoreAsync *async) async->store->pending++; g_mutex_unlock(async->store->lock); - bluesky_store_async_add_notifier(async, test_notifier, NULL); store->impl->submit(store->handle, async); if (bluesky_options.synchronous_stores)