diff options
Diffstat (limited to 'platform/flash/detect.py')
-rw-r--r-- | platform/flash/detect.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/flash/detect.py b/platform/flash/detect.py index 56d2516ab5..5507ce5177 100644 --- a/platform/flash/detect.py +++ b/platform/flash/detect.py @@ -11,7 +11,6 @@ def get_name(): def can_build(): #import os - print(os.environ) if (not os.environ.has_key("FLASCC_ROOT")): return False return True |