From e273568544ee507c65e582bbfeb918663ade746f Mon Sep 17 00:00:00 2001 From: pablodip Date: Fri, 29 Dec 2017 22:44:29 +0700 Subject: [PATCH] hide react native long timeout warning [ref #2408] Signed-off-by: andytudhope --- src/status_im/core.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/core.cljs b/src/status_im/core.cljs index cbbfd437a7..fa001e9143 100644 --- a/src/status_im/core.cljs +++ b/src/status_im/core.cljs @@ -9,7 +9,7 @@ [goog.object :as object])) (when js/goog.DEBUG - (object/set js/console "ignoredYellowBox" #js ["re-frame: overwriting"])) + (object/set js/console "ignoredYellowBox" #js ["re-frame: overwriting" "Setting a timer"])) (defn init [app-root] (log/set-level! config/log-level)