Skip to content

Commit 7899d91

Browse files
committed
remove not used code
Signed-off-by: Charlie Drage <[email protected]>
1 parent 4cb18c5 commit 7899d91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/backend/src/build-disk-image.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ export async function buildDiskImage(build: BootcBuildInfo, history: History, ov
141141
logData += JSON.stringify(buildImageContainer, undefined, 2);
142142
logData += '\n----------\n';
143143
// Output new line with `\` added at end for each in the array.
144-
// logData += createPodmanCLIRunCommand(buildImageContainer);
145144
logData += createPodmanCLIRunCommand(buildImageContainer).join(' \\\n');
146145
logData += '\n----------\n';
147146
try {

0 commit comments

Comments
 (0)