mirror of https://github.com/openXC7/prjxray.git
remove debug print
Signed-off-by: John McMaster <JohnDMcMaster@gmail.com> Signed-off-by: Tim 'mithro' Ansell <mithro@mithis.com>
This commit is contained in:
parent
d4500f3587
commit
3640aea3e8
|
|
@ -14,9 +14,6 @@ for l in f:
|
|||
module,loc,loc2 = l.split(',')
|
||||
# clb_PRECYINIT_AX => AX
|
||||
src = module.replace('clb_PRECYINIT_', '')
|
||||
print(src, src == '0')
|
||||
#if src == 'CIN':
|
||||
# continue
|
||||
|
||||
'''
|
||||
PRECYINIT
|
||||
|
|
|
|||
Loading…
Reference in New Issue