You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2015/11/02 23:56:28 UTC

[37/50] [abbrv] usergrid git commit: Remove unnecessary debug print statement.

Remove unnecessary debug print statement.


Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/8737f69d
Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/8737f69d
Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/8737f69d

Branch: refs/heads/USERGRID-909
Commit: 8737f69d3b78847e5ef40d0f23fec800aec0dcae
Parents: 9ada6ea
Author: Dave Johnson <sn...@apache.org>
Authored: Fri Oct 30 08:31:00 2015 -0400
Committer: Dave Johnson <sn...@apache.org>
Committed: Fri Oct 30 08:31:00 2015 -0400

----------------------------------------------------------------------
 stack/scripts/multitenant_migrate.py | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/8737f69d/stack/scripts/multitenant_migrate.py
----------------------------------------------------------------------
diff --git a/stack/scripts/multitenant_migrate.py b/stack/scripts/multitenant_migrate.py
index 62e46af..6955de7 100644
--- a/stack/scripts/multitenant_migrate.py
+++ b/stack/scripts/multitenant_migrate.py
@@ -657,8 +657,6 @@ class Migrate:
             for appId in apps.values():
                 app_ids.append(appId)
 
-            print app_ids
-
             return app_ids
 
         except requests.exceptions.RequestException as e: