remove out of order tor.start

This commit is contained in:
sneurlax 2024-06-24 10:53:45 -05:00
parent ea780a03e4
commit aeb7179ab4

View file

@ -50,7 +50,6 @@ class TorService {
}) { }) {
_tor ??= mockableOverride ?? Tor.instance; _tor ??= mockableOverride ?? Tor.instance;
_torDataDirPath ??= torDataDirPath; _torDataDirPath ??= torDataDirPath;
_tor?.start(torDataDirPath: torDataDirPath);
} }
/// Start the Tor service. /// Start the Tor service.