Skip to content

Commit 6aa4f93

Browse files
chore: log error
1 parent 4d07908 commit 6aa4f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/scripts/controllers/bridge-status/bridge-status-controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ export default class BridgeStatusController extends StaticIntervalPollingControl
274274
this.stopPollingByPollingToken(pollingToken);
275275
}
276276
} catch (e) {
277-
console.error(e);
277+
console.log('Failed to fetch bridge tx status', e);
278278
}
279279
};
280280

0 commit comments

Comments
 (0)