The tooltip is useful to track progress

This commit is contained in:
Girish Ramakrishnan
2019-09-04 12:05:51 -07:00
parent ede6f36913
commit fc2dd148c5
2 changed files with 1 additions and 2 deletions

View File

@@ -232,7 +232,6 @@ app.filter('prettyAppMessage', function () {
app.filter('shortAppMessage', function () {
return function (app) {
var message = app.error ? app.error.message : '';
if (message === 'ETRYAGAIN') return 'DNS record not setup correctly';
return message;
};
});