summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasu1105 <vasundhara.jagdale@msystechnologies.com>2017-12-11 11:49:50 +0000
committerVasu1105 <vasundhara.jagdale@msystechnologies.com>2017-12-11 11:49:50 +0000
commit8802455211fbdcd91ff51357303321c46f98322e (patch)
tree424476636fb5695436159e8ca8d2f14781ab8cc4
parente228bdf9fa5340dfd03c29243448c2ec5fc8d176 (diff)
downloadchef-8802455211fbdcd91ff51357303321c46f98322e.tar.gz
Removed pry statement
Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
-rw-r--r--lib/chef/provider/windows_task.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/provider/windows_task.rb b/lib/chef/provider/windows_task.rb
index 023f79b1c0..cd2b7e38b5 100644
--- a/lib/chef/provider/windows_task.rb
+++ b/lib/chef/provider/windows_task.rb
@@ -20,7 +20,6 @@ require "chef/mixin/shell_out"
require "rexml/document"
require "iso8601"
require "chef/mixin/powershell_out"
-require 'pry'
class Chef
class Provider