提交 98abe879 authored 作者: Frederic Bastien's avatar Frederic Bastien

removed debug code

上级 8bb548e8
...@@ -249,7 +249,6 @@ def get_default_mode(): ...@@ -249,7 +249,6 @@ def get_default_mode():
#need to import later to break circular dependency. #need to import later to break circular dependency.
from profilemode import ProfileMode,prof_mode_instance_to_print from profilemode import ProfileMode,prof_mode_instance_to_print
from debugmode import DebugMode from debugmode import DebugMode
import pdb;pdb.set_trace()
instanciated_default_mode = eval(config.mode+'(linker=config.linker, optimizer=config.optimizer)') instanciated_default_mode = eval(config.mode+'(linker=config.linker, optimizer=config.optimizer)')
#must tell python to print the summary at the end. #must tell python to print the summary at the end.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论