Skip to content

Commit

Permalink
Removed debug message
Browse files Browse the repository at this point in the history
Signed-off-by: Zachary-Fernandes <[email protected]>
  • Loading branch information
Zachary-Fernandes committed Oct 27, 2021
1 parent 9d6c727 commit 739b396
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dashboard/origin-mlx/src/pages/MetaDetailPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ function MetaDetailPage(props: MetaDetailPageProps) {
if (!asset) {
fetchAssetById(API, type, id)
.then((asset: any) => {
console.log("ASSET: ", asset)
if (asset === 'Not found' || (asset.publish_approved === 0 && !hasRole(getUserInfo(), 'admin'))) {
asset.template = undefined
setAssetNotFound(true)
Expand Down

0 comments on commit 739b396

Please sign in to comment.