Skip to content

Commit

Permalink
Remove uncommented copy statement
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Jun 7, 2017
1 parent 843ed9e commit 49ae97d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/galaxy/webapps/galaxy/controllers/history.py
Expand Up @@ -166,7 +166,6 @@ def get_value( self, trans, grid, history ):
operations = [
grids.GridOperation( "View", allow_multiple=False, target="_top" ),
grids.GridOperation( "Copy" ),
# grids.GridOperation( "Copy", allow_multiple=False ),
grids.GridOperation( "Unshare" )
]
standard_filters = []
Expand Down

0 comments on commit 49ae97d

Please sign in to comment.