Skip to content
Snippets Groups Projects
Commit baeae481 authored by Piotr Ożarowski's avatar Piotr Ożarowski
Browse files

remove debug line

parent fb006748
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,6 @@ def guess_dependency(req, version=None):
(query, vrepr(version))
else:
query = "%s | grep '/python2\../\|/pyshared/'" % query
print query
log.debug("invoking dpkg -S %s", query)
process = Popen("/usr/bin/dpkg -S %s" % query, \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment