diff --git a/app/templates/new/components/head.html b/app/templates/new/components/head.html index f7c7153e2..51f3c4da3 100644 --- a/app/templates/new/components/head.html +++ b/app/templates/new/components/head.html @@ -32,7 +32,6 @@ {# google #} - {% if g.hide_from_search_engines %} diff --git a/gulpfile.js b/gulpfile.js index 3b7d765a7..98afbbacf 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -126,7 +126,6 @@ const javascripts = () => { paths.src + 'javascripts/loginAlert.js', paths.src + 'javascripts/main.js', paths.src + 'javascripts/chartDashboard.js', - paths.src + 'javascripts/socket.js', ]) .pipe(plugins.prettyerror()) .pipe(plugins.babel({