1
1
mirror of https://github.com/danbee/persephone synced 2025-03-04 08:39:11 +00:00

Remove debugging

This commit is contained in:
Daniel Barber 2019-02-02 12:43:26 -05:00
parent 774312dee0
commit 6bd29cdf00
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -37,7 +37,6 @@ class MPDClient {
}
init(withDelegate delegate: MPDClientDelegate?) {
print(delegate)
self.delegate = delegate
}