Skip to content

Commit

Permalink
remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
wy-hh committed Dec 3, 2022
1 parent ad01ab5 commit b5f2023
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions scripts/build/builders/bouffalolab.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@

from .gn import GnBuilder

# Supported log levels, mapping string values required for argument
# parsing into logging constants
__LOG_LEVELS__ = {
'debug': logging.DEBUG,
'info': logging.INFO,
'warn': logging.WARN,
'fatal': logging.FATAL,
}


class BouffalolabApp(Enum):
LIGHT = auto()

Expand Down

0 comments on commit b5f2023

Please sign in to comment.