Skip to content

Commit

Permalink
Removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruv-0-Arora committed Jul 15, 2024
1 parent 671f519 commit 09377a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fission/src/mirabuf/MirabufInstance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ class MirabufInstance {
let opacity = 1.0
if (appearance.albedo) {
const { A, B, G, R } = appearance.albedo
console.log(A)
if (A && B && G && R) {
hex = (A << 24) | (R << 16) | (G << 8) | B
opacity = A / 255.0
Expand Down

0 comments on commit 09377a6

Please sign in to comment.