From 11e9931bff9e9da4f020ad2691f93f709b753866 Mon Sep 17 00:00:00 2001
From: Scott Dodson <sdodson@redhat.com>
Date: Fri, 22 Sep 2017 11:41:53 -0400
Subject: Remove debugging statements and pause module

How on earth did the bot merge this? The upgrade test should've stalled
indefinitely.
---
 playbooks/common/openshift-cluster/upgrades/rpm_upgrade.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/playbooks/common/openshift-cluster/upgrades/rpm_upgrade.yml b/playbooks/common/openshift-cluster/upgrades/rpm_upgrade.yml
index 466567fe6..8cc46ab68 100644
--- a/playbooks/common/openshift-cluster/upgrades/rpm_upgrade.yml
+++ b/playbooks/common/openshift-cluster/upgrades/rpm_upgrade.yml
@@ -8,9 +8,6 @@
 
 # TODO: If the sdn package isn't already installed this will install it, we
 # should fix that
-- debug: var=avail_openshift_version
-- debug: var=openshift_pkg_version
-- pause:
 - name: Upgrade master packages
   package: name={{ master_pkgs | join(',') }} state=present
   vars:
-- 
cgit v1.2.3