Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Feb 22, 2012
1 parent b3e0dec commit ff044dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/tools/OmeroPy/src/omero/plugins/group.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ def copy(self, args):

def insert(self, args):
import omero
print args
c = self.ctx.conn(args)
a = c.sf.getAdminService()
grp = a.getGroup(args.GROUP)
Expand Down

0 comments on commit ff044dc

Please sign in to comment.