summaryrefslogtreecommitdiff
path: root/lib/chef/provider/mount
diff options
context:
space:
mode:
authordeepalijagtap <deepali.jagtap@clogeny.com>2013-07-09 22:50:02 -0500
committeradamedx <adamed@opscode.com>2013-07-22 04:20:30 -0700
commit0d6d130255a88e9b69d62ff8539cee3f8773a3b1 (patch)
treecb3c7eac934da179011b7c5c4c3059a429c41803 /lib/chef/provider/mount
parent25cd8f65b241dd69ecd5111f41f0ae98e67ccd5e (diff)
downloadchef-0d6d130255a88e9b69d62ff8539cee3f8773a3b1.tar.gz
Removed comments
Diffstat (limited to 'lib/chef/provider/mount')
-rw-r--r--lib/chef/provider/mount/mount.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/mount/mount.rb b/lib/chef/provider/mount/mount.rb
index 81f7393449..f7118d6c3c 100644
--- a/lib/chef/provider/mount/mount.rb
+++ b/lib/chef/provider/mount/mount.rb
@@ -126,7 +126,7 @@ class Chef
if @current_resource.mounted and @new_resource.supports[:remount]
shell_out!(remount_command)
@new_resource.updated_by_last_action(true)
- #Chef::Log.debug("#{@new_resource} is remounted at #{@new_resource.mount_point}")
+ Chef::Log.debug("#{@new_resource} is remounted at #{@new_resource.mount_point}")
elsif @current_resource.mounted
umount_fs
sleep 1