diff --git a/Models/Constants.ts b/Models/Constants.ts index 344a71178..1211a2572 100644 --- a/Models/Constants.ts +++ b/Models/Constants.ts @@ -2,7 +2,7 @@ import { Utils } from "../Utils"; export default class Constants { - public static vNumber = "0.7.3"; + public static vNumber = "0.7.3-rc1"; // The user journey states thresholds when a new feature gets unlocked public static userJourney = { diff --git a/scripts/generateCache.ts b/scripts/generateCache.ts index 021323cd9..7d862858d 100644 --- a/scripts/generateCache.ts +++ b/scripts/generateCache.ts @@ -216,7 +216,6 @@ async function splitPerLayer(targetdir: string, r: TileRange, theme: LayoutConfi .filter(f => { const isShown = layer.isShown.GetRenderValue(f.properties).txt if (isShown === "no") { - console.log("Dropping feature ", f.id) return false; } return true;