Skip to content

Commit 613ed30

Browse files
meganrmCopilot
andauthored
Update src/App.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c8b057b commit 613ed30

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/App.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,9 @@ function App() {
210210
}
211211
const longestAxis = Math.max(viewportSize.width, viewportSize.height);
212212
const startMixed = sectionType !== Section.Introduction;
213-
console.log("NEW BINDING SIMULATOR");
213+
if (process.env.NODE_ENV !== "production") {
214+
console.log("NEW BINDING SIMULATOR");
215+
}
214216
return new BindingSimulator(
215217
trajectory,
216218
longestAxis / 3,

0 commit comments

Comments
 (0)