Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lgessler committed Aug 27, 2021
1 parent 7afce71 commit 317e5ff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"fast-diff": "^1.2.0",
"highlight.js": "^10.7.3",
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",
Expand All @@ -35,6 +36,6 @@
"react-dom": "^17.0.2",
"react-grid-layout": "^0.16.6",
"shadow-cljs": "^2.12.5",
"fast-diff": "^1.2.0"
"react-input-autosize": "^3.0.0"
}
}
2 changes: 0 additions & 2 deletions src/main/glam/models/span.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
(pc/defmutation create-span
[{:keys [crux] :as env} {:span/keys [id value layer tokens] :as span}]
{::pc/transform (ma/writeable-required :span-layer/id :span/layer)}
(log/info (tok/get crux (first tokens)))
(log/info (some #(if (= nil (tok/get crux %)) true false) tokens))
(cond
(not (string? value))
(server-error "Value must be a string.")
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1586,7 +1586,7 @@ process@^0.11.10:
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=

[email protected], prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.2:
[email protected], prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.2:
version "15.7.2"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
Expand Down Expand Up @@ -1703,6 +1703,13 @@ react-grid-layout@^0.16.6:
react-draggable "3.x"
react-resizable "1.x"

react-input-autosize@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/react-input-autosize/-/react-input-autosize-3.0.0.tgz#6b5898c790d4478d69420b55441fcc31d5c50a85"
integrity sha512-nL9uS7jEs/zu8sqwFE5MAPx6pPkNAriACQ2rGLlqmKr2sPGtN7TXTyDdQt4lbNXVx7Uzadb40x8qotIuru6Rhg==
dependencies:
prop-types "^15.5.8"

react-is@^16.7.0, react-is@^16.8.1:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
Expand Down

0 comments on commit 317e5ff

Please sign in to comment.