From 7a05696a48a2d79a755d52f4eb81302277e2e098 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 10 Jul 2013 12:03:10 -0400 Subject: [PATCH] Remove a stray print statement --- loopy/compiled.py | 1 - 1 file changed, 1 deletion(-) diff --git a/loopy/compiled.py b/loopy/compiled.py index 36a295817..26720b2b9 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) -- GitLab