aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/jsondiff.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/jsondiff.py')
-rwxr-xr-xtools/jsondiff.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/jsondiff.py b/tools/jsondiff.py
index 050a177b00..91e3e4b743 100755
--- a/tools/jsondiff.py
+++ b/tools/jsondiff.py
@@ -82,7 +82,6 @@ class GMDiffer(object):
all_expectations = json_dict[gm_json.JSONKEY_EXPECTEDRESULTS]
# Prevent https://code.google.com/p/skia/issues/detail?id=1588
- # ('svndiff.py: 'NoneType' object has no attribute 'keys'')
if not all_expectations:
return result_dict