commit/galaxy-central: carlfeberhard: Remove debugging code
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/73c9018fcafb/ Changeset: 73c9018fcafb User: carlfeberhard Date: 2013-08-06 21:09:39 Summary: Remove debugging code Affected #: 1 file diff -r db11479ab7584322519463a33b42f4b911fb1a68 -r 73c9018fcafb9beb2f9fb76bae0a01e1c641b913 lib/galaxy/visualization/registry.py --- a/lib/galaxy/visualization/registry.py +++ b/lib/galaxy/visualization/registry.py @@ -61,7 +61,7 @@ # this can be overridden individually in the config entries TEMPLATE_ROOT = 'visualization' #: directories under plugin_directory that aren't plugins - non_plugin_directories = [ 'bler' ] + non_plugin_directories = [] def __str__( self ): return 'VisualizationsRegistry(%s)' %( self.plugin_directory ) Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org