From 023524d6205dcb7df305eaa1e4b31dba05907d6c Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 7 Nov 2019 18:26:38 +0100 Subject: Removing debug information --- dealconvert/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'dealconvert') diff --git a/dealconvert/__init__.py b/dealconvert/__init__.py index 229e4ce..5158847 100644 --- a/dealconvert/__init__.py +++ b/dealconvert/__init__.py @@ -4,7 +4,6 @@ class DealConverter(object): def __init__(self, input_file=None, jfr_only=False): self.input = input_file self.formats = {} - print jfr_only if input_file is not None: self.parser = self.detect_format(self.input, jfr_only=jfr_only) -- cgit v1.2.3