Remove random print
The random print statement does not provide any useful information and spams the console output if a repo has many declared views with uninteresting output. Change-Id: I7f40730c753ec8f1145ba6144fe28bf97844b9e2 Signed-off-by: Thanh Ha <zxiiro@linux.com>
This commit is contained in:
parent
8c99e569b5
commit
c2f034ee0b
@ -499,7 +499,6 @@ class YamlParser(object):
|
||||
return self.data.get('view-group', {}).get(name, None)
|
||||
|
||||
def _getViewTemplate(self, name):
|
||||
print(name)
|
||||
view = self.data.get('view-template', {}).get(name, None)
|
||||
if not view:
|
||||
return view
|
||||
|
Loading…
x
Reference in New Issue
Block a user