Index: build/android/pylib/content_settings.py |
diff --git a/build/android/pylib/content_settings.py b/build/android/pylib/content_settings.py |
index 11bc5fde93e219c8db6f32a6a8746409fc2361d7..1d0db298f997789ebd807a20cc0d6876c581e298 100644 |
--- a/build/android/pylib/content_settings.py |
+++ b/build/android/pylib/content_settings.py |
@@ -51,6 +51,7 @@ class ContentSettings(dict): |
key = v |
elif k == 'value': |
value = v |
+ print 'asserting %s, %s' % (key, value) |
navabi
2014/04/29 07:53:28
remove this debugging print.
|
assert key, value |
yield key, value |