Skip to content

Commit

Permalink
Remove unneccesary lines. (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutsu3 authored Dec 18, 2020
1 parent 6a50117 commit 7cfdac2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions linkify_it/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,6 @@ def untpl(tpl):
setattr(LinkifyIt, "func", val.get("validate"))
compiled["validate"] = self.func
else:
print(RE_TYPE)
print(val.get("validate"), type(val.get("validate")))
raise SchemaError(name, val)

if isinstance(val.get("normalize"), types.MethodType):
Expand Down

0 comments on commit 7cfdac2

Please sign in to comment.