Remove print
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Sarah Jamie Lewis 2021-06-04 14:39:03 -07:00
parent b2cee259cb
commit d27d9b6741
1 changed files with 0 additions and 1 deletions

View File

@ -190,7 +190,6 @@ class CwtchNotifier {
ServerInfoState? serverInfoState = profileCN.getProfile(data["ProfileOnion"])?.serverList.getServer(groupInvite["ServerHost"]);
if (serverInfoState != null) {
status = serverInfoState.status;
print("Found Server Status in Cache $status");
}
if (profileCN.getProfile(data["ProfileOnion"])?.contactList.getContact(groupInvite["GroupID"]) == null) {