diff --git a/web/index.html b/web/index.html
index 5a840df3..a61c9da4 100644
--- a/web/index.html
+++ b/web/index.html
@@ -56,15 +56,6 @@
enableSpaceScript: "{{ENABLE_SPACE_SCRIPT}}" === "true",
readOnly: "{{READ_ONLY}}" === "true",
};
- // But in case these variables aren't replaced by the server, fall back sync only mode
- if (window.silverBulletConfig.spaceFolderPath.includes("{{")) {
- window.silverBulletConfig = {
- spaceFolderPath: "",
- syncOnly: true,
- readOnly: false,
- enableSpaceScripts: false,
- };
- }