diff --git a/loopy/compiled.py b/loopy/compiled.py index 36a295817399f81ffb99d1e4744c9eabe1ababd6..26720b2b9f6c4f5e65b97d45bb9d199ac0a7dfc0 100644 --- a/loopy/compiled.py +++ b/loopy/compiled.py @@ -668,7 +668,6 @@ class CompiledKernel: for name in iflags.split(","): iflags_args[name] = True iflags = InvocationFlags(**iflags_args) - print iflags_args elif not isinstance(iflags, InvocationFlags): iflags = InvocationFlags(**iflags)