hide react native long timeout warning [ref #2408]
Signed-off-by: andytudhope <tuddy0525@gmail.com>
This commit is contained in:
parent
96ff13a4df
commit
e273568544
|
@ -9,7 +9,7 @@
|
||||||
[goog.object :as object]))
|
[goog.object :as object]))
|
||||||
|
|
||||||
(when js/goog.DEBUG
|
(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]
|
(defn init [app-root]
|
||||||
(log/set-level! config/log-level)
|
(log/set-level! config/log-level)
|
||||||
|
|
Loading…
Reference in New Issue