Skip to content

Commit c068bcb

Browse files
committed
removed test code
1 parent 92ed926 commit c068bcb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

genabout.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ def extract_licesen_from_url(self):
183183
test = urllib2.urlopen("https://enterprise.dejacode.com/license_library/Demo/gpl-1.0/#license-text")
184184
with open('testdata/test_file.txt', 'wb') as output_file:
185185
output_file.write(test.read())
186-
print("test")
187-
print("commit2")
188186
"""
189187

190188

0 commit comments

Comments
 (0)