diff options
| author | Jeff Carr <[email protected]> | 2023-03-28 08:53:51 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-03-28 08:53:51 -0500 |
| commit | 5645231c498048dd4a1e4b097437a6f4c63cd022 (patch) | |
| tree | b178242225970e6ed1dceb758b8d9b5e4e231d6e /main.go | |
| parent | 76699a310278d5b52613f0a59a664c9213fa6668 (diff) | |
remove places the app could exit
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -33,10 +33,8 @@ func main() { sleep(.3) sleep(.2) sleep("done scanning net") - // exit("done scanning net") // Example_listLink() - // exit() log("Toolkit = ", args.Toolkit) // gui.InitPlugins([]string{"andlabs"}) |
