diff options
author | Vasu1105 <vasundhara.jagdale@msystechnologies.com> | 2017-12-11 11:49:50 +0000 |
---|---|---|
committer | Vasu1105 <vasundhara.jagdale@msystechnologies.com> | 2017-12-11 11:49:50 +0000 |
commit | 8802455211fbdcd91ff51357303321c46f98322e (patch) | |
tree | 424476636fb5695436159e8ca8d2f14781ab8cc4 /lib/chef/provider/windows_task.rb | |
parent | e228bdf9fa5340dfd03c29243448c2ec5fc8d176 (diff) | |
download | chef-8802455211fbdcd91ff51357303321c46f98322e.tar.gz |
Removed pry statement
Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
Diffstat (limited to 'lib/chef/provider/windows_task.rb')
-rw-r--r-- | lib/chef/provider/windows_task.rb | 1 |
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 |