diff --git a/README.md b/README.md index d1076a7397b33f70a87b0e736790246dc355b631..b7af7cf7111662555f107844b37f4eb8b51c53fe 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,8 @@ Easy but powerful tool to aid with manual G-code creation for 3D printers. Including 6-axis robot arm support. Please note that this currently is not yet finished and actively being worked on. -## Testing Environment - -https://kg.pages.git-ce.rwth-aachen.de/tailorbird - -If you commit and push to `dev` branch, the CI will build from the newest commit belonging to that branch and upload the output to above GitLab Pages server. This should be considered public, but the URL is not advertised to students so there's no risk of breaking anybody's projects. - ## Production https://tailorbird3d.rwth-aachen.de/ -If you commit and push to `main` branch, the CI will build from the newest commit belonging to that branch and upload the output to FH Aachen administered web server with vanity URL from RWTH Aachen. This should be considered public. \ No newline at end of file +The CI will build from the newest commit and upload the output to FH Aachen administered web server with vanity URL from RWTH Aachen. \ No newline at end of file diff --git a/main.js b/main.js index f90331d7a6db1ba0560477af0fe08a6905e16092..d79905793cac6378b9da9c88f420e2fa857319b2 100644 --- a/main.js +++ b/main.js @@ -13,14 +13,6 @@ var aboutText = ` <p>Version: ${import.meta.env.VITE_APP_DATE} (${import.meta.env.VITE_APP_HASH})</p> `; -if (import.meta.env.VITE_APP_BRANCH == "dev") { - aboutText = ` - <i class="fa-solid fa-kiwi-bird fa-bounce"></i></h1> - <p>Version: ${import.meta.env.VITE_APP_DATE} - (${import.meta.env.VITE_APP_BRANCH} - ${import.meta.env.VITE_APP_HASH})</p> - `; -} document.querySelector("#app").innerHTML = ` <main>