mirror of https://github.com/vector-im/riot-web
Silence bluebird warnings
parent
92b2980b41
commit
bccccb2758
|
@ -60,6 +60,10 @@ import CallHandler from 'matrix-react-sdk/lib/CallHandler';
|
||||||
|
|
||||||
import {getVectorConfig} from './getconfig';
|
import {getVectorConfig} from './getconfig';
|
||||||
|
|
||||||
|
// Disable warnings for now: we use deprecated bluebird functions
|
||||||
|
// and need to migrate, but they spam the console with warnings.
|
||||||
|
Promise.config({warnings: false});
|
||||||
|
|
||||||
let lastLocationHashSet = null;
|
let lastLocationHashSet = null;
|
||||||
|
|
||||||
function initRageshake() {
|
function initRageshake() {
|
||||||
|
|
Loading…
Reference in New Issue