From 49ae97d3a368d1352f591a8d5a6bde96307af27d Mon Sep 17 00:00:00 2001 From: guerler Date: Wed, 7 Jun 2017 13:24:12 -0400 Subject: [PATCH] Remove uncommented copy statement --- lib/galaxy/webapps/galaxy/controllers/history.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/galaxy/webapps/galaxy/controllers/history.py b/lib/galaxy/webapps/galaxy/controllers/history.py index 6f70d9dd16c7..cab696b5c4fe 100644 --- a/lib/galaxy/webapps/galaxy/controllers/history.py +++ b/lib/galaxy/webapps/galaxy/controllers/history.py @@ -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 = []