1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 21:08:34 +01:00

Remove broken fetch catch (#444)

This commit is contained in:
Steve Lacey 2020-04-21 00:42:25 +07:00 committed by GitHub
parent 40f375504a
commit 3709448d5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1169,8 +1169,6 @@ if (typeof(PhpDebugBar) == 'undefined') {
promise.then(function (response) {
self.handle(response);
}, function (e) {
self.handle(response);
});
return promise;