Skip to content

Commit

Permalink
Removing debug
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Aug 15, 2024
1 parent 5f38f2d commit 118a59f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ def checkAnnotationPage(page):
if 'items' in page:
for annotation in page['items']:
if 'label' in annotation:
print ('Found label in:')
print (annotation)
return True
return False

Expand Down

0 comments on commit 118a59f

Please sign in to comment.