sst 2.26.8 → 2.26.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli/commands/dev.js +0 -1
- package/package.json +1 -1
package/cli/commands/dev.js
CHANGED
|
@@ -314,7 +314,6 @@ export const dev = (program) => program.command(["dev", "start"], "Work on your
|
|
|
314
314
|
await exit();
|
|
315
315
|
});
|
|
316
316
|
});
|
|
317
|
-
console.log("wtf");
|
|
318
317
|
Logger.debug("dev is ready");
|
|
319
318
|
const appMetadata = lazy(() => import("../../stacks/app-metadata.js").then((mod) => mod.useAppMetadata()));
|
|
320
319
|
clear();
|