console log tidying
This commit is contained in:
+5
-5
@@ -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
|
||||
// // );
|
||||
|
||||
Reference in New Issue
Block a user