mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
Removed debug printouts on capability generation
This commit is contained in:
@@ -163,8 +163,8 @@ def prepare_custom_capability(cont, param, val):
|
||||
|
||||
else: # Ignore custom_use symbol
|
||||
return
|
||||
print capkey
|
||||
print cont.caps[capkey]
|
||||
#print capkey
|
||||
#print cont.caps[capkey]
|
||||
|
||||
def prepare_typed_capability(cont, param, val):
|
||||
captype, params = param.split('_', 1)
|
||||
@@ -218,8 +218,8 @@ def prepare_typed_capability(cont, param, val):
|
||||
else:
|
||||
cont.caps[captype] = templ.safe_substitute(cid = val)
|
||||
|
||||
print captype
|
||||
print cont.caps[captype]
|
||||
#print captype
|
||||
#print cont.caps[captype]
|
||||
|
||||
def prepare_capability(cont, param, val):
|
||||
if 'CUSTOM' in param:
|
||||
|
||||
@@ -153,7 +153,7 @@ def generate_kernel_cinfo(config, cinfo_path):
|
||||
containers.sort()
|
||||
|
||||
print "Generating kernel cinfo..."
|
||||
config.config_print()
|
||||
#config.config_print()
|
||||
|
||||
pager_ifdefs = generate_pager_memory_ifdefs(config, containers)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user