Merge pull request #1 from DavidLari/DavidLari-patch-1
Remove print() statement
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user