Skip to content
This repository has been archived by the owner on Jul 24, 2018. It is now read-only.

Commit

Permalink
Remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
pypingou committed Jan 21, 2016
1 parent 32c60ec commit 4f14d61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgdb2client/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def __get_namespace(args):
'''
namespace = args.namespace
if hasattr(args, 'package'):
print '***', args.package
if args.package and '/' in args.package:
namespace = args.package.split('/', 1)[0]
return namespace
Expand Down

0 comments on commit 4f14d61

Please sign in to comment.