diff options
-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 |