aboutsummaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rwxr-xr-xsupport/scripts/reset.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/support/scripts/reset.py b/support/scripts/reset.py
index 2a876d6..6a24f6a 100755
--- a/support/scripts/reset.py
+++ b/support/scripts/reset.py
@@ -64,8 +64,6 @@ def choose_among_options(options):
plat_sys = platform.system()
plat_bits = platform.architecture()[0]
if plat_sys == 'Linux':
- if plat_bits == '64bit':
- print('You are using 64-bit Linux. Let us know if this works.')
maple_path = unix_get_maple_path('ttyACM')
# fall back on /dev/maple if that doesn't work
if maple_path is None: