remove todo comment

This commit is contained in:
zhao
2023-08-13 15:17:41 -04:00
parent 15c261228b
commit 095f4ad564

View File

@ -17,7 +17,6 @@ class BuildSizeConfig:
MICRO = 'micro' MICRO = 'micro'
# TODO make this script work when running in different directories
FILE_DIR = os.path.dirname(os.path.abspath(__file__)) FILE_DIR = os.path.dirname(os.path.abspath(__file__))
RACK_BUILD_DIR = os.path.join(FILE_DIR, 'rack/print') RACK_BUILD_DIR = os.path.join(FILE_DIR, 'rack/print')