remove deprecated notice

This commit is contained in:
yggverse 2024-11-30 18:59:57 +02:00
parent efc9b62786
commit af4a55659b

View file

@ -83,7 +83,7 @@ impl Session {
return Err(Error::Connection(e));
}
}
Ok(()) // @TODO result does nothing yet
Ok(())
}
}