summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 297bb8c59..7818e7312 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -753,8 +753,7 @@ class ServerMethods():
return self.core.pullManager.getEvents(uuid)
def get_accounts(self, force=False, refresh=True):
- print force, refresh
- if refresh:
+ if force:
return self.core.accountManager.getAccountInfos()
else:
return self.core.accountManager.getCachedAccountInfos(refresh)