Skip to content

Commit

Permalink
Remove debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
corbindavenport committed Sep 4, 2021
1 parent 51d4d93 commit a9b350b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ Future installPlatformTools() async {
await file.writeAsString(
'[InternetShortcut]\nURL=https://github.com/corbindavenport/nexus-tools/blob/master/README.md',
mode: io.FileMode.writeOnly);
print(file.path);
} else if (io.Platform.isLinux) {
var file = io.File('$dir/About Nexus Tools.desktop');
await file.writeAsString(
Expand Down

0 comments on commit a9b350b

Please sign in to comment.