From 27daee5edb4bfa5112bf91bad5b202aa2188b32e Mon Sep 17 00:00:00 2001 From: kenstir Date: Sun, 6 Dec 2015 13:25:38 -0500 Subject: [PATCH] Don't bother to load bookbags since we ain't using them for now. --- .../core/src/org/evergreen_ils/views/splashscreen/LoadingTask.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/Android/core/src/org/evergreen_ils/views/splashscreen/LoadingTask.java b/Open-ILS/src/Android/core/src/org/evergreen_ils/views/splashscreen/LoadingTask.java index ccae612224..ce040404f5 100644 --- a/Open-ILS/src/Android/core/src/org/evergreen_ils/views/splashscreen/LoadingTask.java +++ b/Open-ILS/src/Android/core/src/org/evergreen_ils/views/splashscreen/LoadingTask.java @@ -127,9 +127,9 @@ public class LoadingTask { if (!haveSession) return "no session"; - Log.d(TAG, tag+"Retrieving bookbags"); - publishProgress("Retrieving bookbags"); - ac.retrieveBookbags(); +// Log.d(TAG, tag+"Retrieving bookbags"); +// publishProgress("Retrieving bookbags"); +// ac.retrieveBookbags(); return TASK_OK; } catch (Exception e) { -- 2.11.0