Skip to content

Commit

Permalink
[#547] Remove debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Apr 6, 2013
1 parent 3dae7fe commit 15d17ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/plugins/core.py
Expand Up @@ -237,7 +237,6 @@ def _get_service(plugin_name):

if isinstance(plugin_name, basestring):
for group in GROUPS:
print group
try:
(plugin,) = iter_entry_points(
group=group,
Expand Down

0 comments on commit 15d17ba

Please sign in to comment.