Skip to content

Commit dacf24a

Browse files
committed
Remove unneeded code
1 parent 1edaec7 commit dacf24a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@
88
import distribute_setup
99
import sys
1010
import platform
11-
# platform.release()
1211
distribute_setup.use_setuptools()
1312
from setuptools import setup, Extension, find_packages
1413

1514
kernel = platform.release()
16-
print "DEBUG: kernel=" + kernel
1715

1816
if kernel >= '4.1.0':
1917
kernel41 = [('BBBVERSION41', None)]

0 commit comments

Comments
 (0)