hide react native long timeout warning [ref #2408]

Signed-off-by: andytudhope <tuddy0525@gmail.com>
This commit is contained in:
pablodip 2017-12-29 22:44:29 +07:00 committed by andytudhope
parent 96ff13a4df
commit e273568544
No known key found for this signature in database
GPG Key ID: 02A3DFA93BF26AD2
1 changed files with 1 additions and 1 deletions

View File

@ -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)