aboutsummaryrefslogtreecommitdiff
path: root/layers/spec.py
diff options
context:
space:
mode:
authorTobin Ehlis <tobine@google.com>2016-10-25 06:33:27 -0600
committerTobin Ehlis <tobine@google.com>2016-10-25 06:40:02 -0600
commitc10bedc2e2a923d6070805fc4f321f4f9e3c98db (patch)
tree8ce2c1e4fe7ef37c72afb76a14f55f6e2d429022 /layers/spec.py
parentc5d9cced933394b470bf3d985d6dfeb9d30b6508 (diff)
downloadusermoji-c10bedc2e2a923d6070805fc4f321f4f9e3c98db.tar.xz
scripts:Update unique error enums as of 10/25/16
Two new checks, two killed checks, and one updated check this week. Cmd line used for update: python spec.py -update -remap 2270-2042
Diffstat (limited to 'layers/spec.py')
-rw-r--r--layers/spec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/spec.py b/layers/spec.py
index 2ac20097..9239c059 100644
--- a/layers/spec.py
+++ b/layers/spec.py
@@ -134,7 +134,7 @@ class Specification:
elif tag.tag == '{http://www.w3.org/1999/xhtml}a': # grab any intermediate links
if tag.get('id') != None:
prev_link = tag.get('id')
- print "Updated prev link to %s" % (prev_link)
+ #print "Updated prev link to %s" % (prev_link)
elif tag.tag == '{http://www.w3.org/1999/xhtml}div' and tag.get('class') == 'sidebar':
# parse down sidebar to check for valid usage cases
valid_usage = False