Skip to content

Commit 3280fbf

Browse files
committed
remove some debugging
1 parent 5ca8ade commit 3280fbf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

contentctl/contentctl.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,7 @@ def main():
193193
t.__dict__.update(config.__dict__)
194194
init_func(t)
195195
elif type(config) == validate:
196-
v=validate_func(config)
197-
import code
198-
code.interact(local=
199-
locals())
196+
validate_func(config)
200197
elif type(config) == report:
201198
report_func(config)
202199
elif type(config) == build:

0 commit comments

Comments
 (0)