Skip to content

Commit 4013113

Browse files
committed
fist draft
1 parent 35445ed commit 4013113

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/fe-fpm-writer/src/page/custom.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ async function handlePageBuildingBlock(
9292
fs: Editor,
9393
log?: Logger
9494
): Promise<void> {
95-
debugger;
96-
9795
const minVersion = coerce(data.minUI5Version);
9896
const t = translate(i18nNamespaces.buildingBlock, 'pageBuildingBlock.');
9997
if (minVersion && lt(minVersion.version, '1.136.0')) {
@@ -127,8 +125,6 @@ async function handlePageBuildingBlock(
127125
* @returns {Promise<Editor>} the updated memfs editor instance
128126
*/
129127
export async function generate(basePath: string, data: CustomPage, fs?: Editor, log?: Logger): Promise<Editor> {
130-
debugger;
131-
132128
if (!fs) {
133129
fs = create(createStorage());
134130
}

0 commit comments

Comments
 (0)