Skip to content

Commit 3709448

Browse files
authored
Remove broken fetch catch (php-debugbar#444)
1 parent 40f3755 commit 3709448

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/DebugBar/Resources/debugbar.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,8 +1169,6 @@ if (typeof(PhpDebugBar) == 'undefined') {
11691169

11701170
promise.then(function (response) {
11711171
self.handle(response);
1172-
}, function (e) {
1173-
self.handle(response);
11741172
});
11751173

11761174
return promise;

0 commit comments

Comments
 (0)