diff --git a/kernel_tuner/util.py b/kernel_tuner/util.py index 4e7562c08..24959a7e5 100644 --- a/kernel_tuner/util.py +++ b/kernel_tuner/util.py @@ -877,7 +877,7 @@ def JSONconverter(obj): return obj.tolist() return obj.__str__() - logging.debug('store_cache called, cache=%s, cachefile=%s' % (tuning_options.cache, tuning_options.cachefile)) + #logging.debug('store_cache called, cache=%s, cachefile=%s' % (tuning_options.cache, tuning_options.cachefile)) if isinstance(tuning_options.cache, dict): if not key in tuning_options.cache: tuning_options.cache[key] = params