console log tidying

This commit is contained in:
2024-06-05 19:50:56 +01:00
parent 3284bce649
commit 2a6cd32452
44 changed files with 290 additions and 466 deletions
+5 -5
View File
@@ -13,7 +13,7 @@ import { getIP } from "../actions";
const ShowStorage = (props) => {
const { container } = props;
// console.log("Containers:");
//console.log("Containers:");
// // for await (const container of blobServiceClient.listContainers()) {
// // console.log(`- ${container.name}`);
// // }
@@ -49,8 +49,8 @@ export const getServerSideProps = wrapper.getServerSideProps(
creds
);
// const createContainerResponse = await containerClient.create();
// console.log(
//const createContainerResponse = await containerClient.create();
//console.log(
// `Created container ${containerName} successfully`,
// createContainerResponse.requestId
// );
@@ -72,7 +72,7 @@ export const getServerSideProps = wrapper.getServerSideProps(
// const blockBlobClient =
// containerClient.getBlockBlobClient(blobName);
// // const uploadBlobResponse = await blockBlobClient.upload(
// //const uploadBlobResponse = await blockBlobClient.upload(
// // content,
// // Buffer.byteLength(content),
// // uploadOptions
@@ -90,7 +90,7 @@ export const getServerSideProps = wrapper.getServerSideProps(
// //console.log(tags);
// //await blockBlobClient.setTags(tags);
// // console.log(
// //console.log(
// // `Uploaded block blob ${blobName} successfully`,
// // uploadBlobResponse.requestId
// // );