diff --git a/public/react/src/modules/user/usersInfo/video/VideoInReviewItem.js b/public/react/src/modules/user/usersInfo/video/VideoInReviewItem.js
index 8f847709e..07e2dbbe8 100644
--- a/public/react/src/modules/user/usersInfo/video/VideoInReviewItem.js
+++ b/public/react/src/modules/user/usersInfo/video/VideoInReviewItem.js
@@ -48,7 +48,6 @@ function VideoInReviewItem (props) {
         history.push(`/users/${username}/videos/upload`)
     }
     const imgUrl = (!transcoded && !link) ? defaultImg : (cover_url || defaultImg);
-    console.log(props)
     return (
         <div className={`${isReview ? 'videoInReviewItem' : 'nItem'} videoItem`}>
             <Spin tip="正在转码,请稍等..." spinning={!transcoded && !link}>