Remove print statement

This commit is contained in:
Matthew Tretter 2012-10-03 22:31:45 -04:00
parent ba9bf1f877
commit c8778b9cfb

View file

@ -1,5 +1,4 @@
def validate_now(file):
print 'validate now!'
file.validate()