Fix for #2366 removed print statement (#2375)

pull/4420/head
Hrishikesh Barua 2016-06-05 02:46:53 +05:30 committed by Matt Clay
parent f159597914
commit 4ee8468710
1 changed files with 0 additions and 1 deletions

View File

@ -277,7 +277,6 @@ class OSXDefaults(object):
# Handle absent state
if self.state == "absent":
print ("Absent state detected!")
if self.current_value is None:
return False
if self.module.check_mode: