Skip to content

Commit 48cc1c7

Browse files
committed
Remove print.
1 parent 5914eaa commit 48cc1c7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ def get_files(*bases):
8787
@staticmethod
8888
def get_metavar(name):
8989
data = Setup.read(os.path.join(PACKAGE, "__init__.py"))
90-
<<<<<<< HEAD
91-
print(name)
92-
=======
93-
>>>>>>> c3337038f32900ebc5e606c621f1f28b537f64b8
9490
value = (
9591
re.search(u"__{}__\s*=\s*u?'([^']+)'".format(name), data).group(1).strip()
9692
)

0 commit comments

Comments
 (0)