Skip to content

Commit 7859bd9

Browse files
committed
sigma
1 parent cf8a5a6 commit 7859bd9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/lib/tw-project-meta-fetcher-hoc.jsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,8 @@ const TWProjectMetaFetcherHOC = function (WrappedComponent) {
103103
this.props.onSetDescription(instructions, credits);
104104
}
105105
if (
106-
typeof rawData.accepted === 'boolean'
107-
|| typeof rawData.removedsoft === 'boolean'
108-
|| String(rawData.remix) !== '0' // checks isRemix and remixId existing at the same time
109-
|| typeof rawData.tooLarge === 'boolean'
110-
|| authorName
106+
String(rawData.remix) !== '0' // checks isRemix and remixId existing at the same time
111107
) {
112-
console.log(rawData.remix);
113108
this.props.onSetExtraProjectInfo(
114109
rawData.public && !rawData.softRejected,
115110
String(rawData.remix) !== '0',

0 commit comments

Comments
 (0)