Merge pull request #1 from DavidLari/DavidLari-patch-1

Remove print() statement
This commit is contained in:
David Lari
2017-03-08 10:43:58 -05:00
committed by GitHub
@@ -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()
}