Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Grunest committed Aug 18, 2021
1 parent d56886b commit 573cfc5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pages/blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,4 @@ class Blog extends Component {
);
}
}

// sample code from AWS
//rg-portfolio-bucket-policy
// // Initialize the Amazon Cognito credentials provider
// AWS.config.region = 'us-west-2'; // Region
// AWS.config.credentials = new AWS.CognitoIdentityCredentials({
// IdentityPoolId: 'us-west-2:0cd49922-6be8-4b23-a9ae-c9d3ed7c9543',
// });
export default Blog;

1 comment on commit 573cfc5

@vercel
Copy link

@vercel vercel bot commented on 573cfc5 Aug 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.