We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffb123 commit 7fd94b4Copy full SHA for 7fd94b4
src/settings.js
@@ -619,8 +619,3 @@ const updateSettingsOnProjectChange = () => {
619
settings.update(settingsByUUID.get(Project.uuid))
620
}
621
Blockbench.on('select_project', updateSettingsOnProjectChange)
622
-
623
-function trulyRandomINt() {
624
- return 4
625
-}
626
-const test = trulyRandomINt() / 10
0 commit comments