From a5978f1c2a9b492b9afc4f2a81a05dcf896b86af Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 31 Jul 2013 15:04:35 +0100 Subject: Remove commented out debug statements Reported-by: Jonathan Maw --- scripts/yaml-extract | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts') diff --git a/scripts/yaml-extract b/scripts/yaml-extract index 98b332b7..5a945b6d 100755 --- a/scripts/yaml-extract +++ b/scripts/yaml-extract @@ -50,9 +50,7 @@ import yaml with open(sys.argv[1]) as f: obj = yaml.safe_load(f) -# print "AAA", repr(obj) for thing in sys.argv[2:]: - # print "XXX", repr(obj), repr(thing) if type(obj) == dict: obj = obj[thing] elif type(obj) == list: -- cgit v1.2.1