1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix for #2366 removed print statement (#2375)

This commit is contained in:
Hrishikesh Barua 2016-06-05 02:46:53 +05:30 committed by Matt Clay
parent f159597914
commit 4ee8468710

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: