Skip to content

Commit

Permalink
console.warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnusGjosund committed Apr 18, 2024
1 parent da4fbe9 commit 22ef9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/modelviewer/src/hooks/useLoadModelViewer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const useLoadModelViewer = () => {
useAccessToken(hierarchyRequest);

console.error(modelError, hierarchyError);
console.log("pending", pending);
console.warn("pending", pending);

if (modelError) {
// throw new AccessError('Model distribution token request failed', {
Expand Down

0 comments on commit 22ef9f9

Please sign in to comment.