Skip to content

Commit

Permalink
We don't need registry here any longer
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Feb 20, 2017
1 parent 53fe58f commit 72ca9c2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions elements/noflo-main.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,6 @@ <h2>{{ label }}</h2>
'CoffeeScript',
'C++'
],
registry: null,
registryUrl: '$NOFLO_REGISTRY_SERVICE',
help: null,
attached: function () {
this.openChanged();
Expand All @@ -302,7 +300,6 @@ <h2>{{ label }}</h2>
this.fire('theme', event.detail);
}.bind(this), 1000);
}.bind(this));
this.registry = require('flowhub-registry');
this.help = document.querySelector('noflo-help');

// Hide projects if not logged in
Expand Down

0 comments on commit 72ca9c2

Please sign in to comment.