main: removing superseded comment

This commit is contained in:
Dave Hrycyszyn
2019-12-16 14:46:37 +00:00
parent 56858c4109
commit e6350a0ea4
-4
View File
@@ -122,10 +122,6 @@ fn run(matches: &ArgMatches) {
// Start sending presence notifications in a separate thread
thread::spawn(move || {
// TODO
// let key_bytes = self.public_key.to_bytes().to_vec();
// let b64 = base64::encode_config(&key_bytes, base64::URL_SAFE);
// b64.to_string()
let notifier = presence::Notifier::new(is_local.clone(), mix_socket_address, &key_pair);
notifier.run();
});