Browse Source

debug asset import

Tienson Qin 2 weeks ago
parent
commit
6759c4c206
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/frontend/handler/db_based/import.cljs

+ 2 - 1
src/main/frontend/handler/db_based/import.cljs

@@ -171,7 +171,8 @@
                    (state/set-state! :graph/importing nil)
                    (state/set-state! :graph/importing nil)
                    (state/set-state! :graph/importing-state nil)
                    (state/set-state! :graph/importing-state nil)
                    (p/delay 2000)
                    (p/delay 2000)
-                   (finished-ok-handler))))))))
+                   ;; (finished-ok-handler)
+                   )))))))
       (p/catch
       (p/catch
        (fn [e]
        (fn [e]
          (js/console.error e)
          (js/console.error e)