Remove print() statement

This commit is contained in:
David Lari
2017-03-08 10:33:37 -05:00
committed by GitHub
parent 8746135531
commit e087efe1cb
@@ -48,7 +48,7 @@ public class LicenceFile: NSObject {
self.detail = html
// Log
print("Licence for \(self.title ?? "") downloaded with success.")
//print("Licence for \(self.title ?? "") downloaded with success.")
}
completion()
}