fix: minor fix to changing type

This commit is contained in:
Torkel Ödegaard
2018-08-25 12:38:25 -07:00
parent fd81f89509
commit 864c4691da
2 changed files with 1 additions and 2 deletions

View File

@@ -246,7 +246,6 @@ function pluginDirectiveLoader($compile, datasourceSrv, $rootScope, $q, $http, $
registerPluginComponent(scope, elem, attrs, componentInfo);
})
.catch(err => {
$rootScope.appEvent('alert-error', ['Plugin Error', err.message || err]);
console.log('Plugin component error', err);
});
},