Commit f7a9f289 authored by Tres Seaver's avatar Tres Seaver

Remove debugging print.

parent 84b59619
......@@ -42,7 +42,6 @@ def raw(name, arguments, options, content, lineno,
"""
if options.has_key('file') or options.has_key('url'):
raise NotImplementedError, 'File inclusion not allowed!'
print 2
if ( not state.document.settings.raw_enabled
or (not state.document.settings.file_insertion_enabled
and (options.has_key('file') or options.has_key('url'))) ):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment