Skip to content

Commit

Permalink
remove another log
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerBarnes committed Oct 6, 2021
1 parent 578b9fb commit b946e97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/gatsby/src/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export default class Sidebar extends React.Component {
setManifestId = (content) => {
const { id, space, updatedAt } = content;
const manifestId = `${space.sys.id}-${id}-${updatedAt}`;
console.info(`setting manifest id to state ${manifestId}`)
this.setState({ manifestId });
}

Expand Down

0 comments on commit b946e97

Please sign in to comment.