Skip to content
Snippets Groups Projects
Commit fd354325 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Remove accidentally committed debug code

parent 41722a5e
No related branches found
No related tags found
No related merge requests found
......@@ -470,14 +470,6 @@ def _create_built_program_from_source_cached(ctx, src, options, devices, cache_d
def create_built_program_from_source_cached(ctx, src, options=[], devices=None,
cache_dir=None):
# FIXME REMOVE
if cache_dir is not False:
prg, already_built = _create_built_program_from_source_cached(
ctx, src, options, devices, cache_dir)
else:
prg = _cl._Program(ctx, src)
already_built = False
# FIXME END REMOVE
try:
if cache_dir is not False:
prg, already_built = _create_built_program_from_source_cached(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment