From: kenstir Date: Sun, 6 Dec 2015 18:25:38 +0000 (-0500) Subject: Don't bother to load bookbags since we ain't using them for now. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=27daee5edb4bfa5112bf91bad5b202aa2188b32e;p=working%2FEvergreen.git Don't bother to load bookbags since we ain't using them for now. --- 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) {