Removing logs

This commit is contained in:
okbel
2018-04-04 07:37:27 -03:00
parent a6a0b3e931
commit 0b6b85b2a5
2 changed files with 1 additions and 2 deletions
@@ -109,7 +109,6 @@ class UserDetailContainer extends React.Component {
componentWillReceiveProps(next) {
if (this.props.userId === null && next.userId) {
next.data.refetch();
console.log('fetching');
}
}
+1 -1
View File
@@ -180,7 +180,7 @@ export const withSetCommentStatus = withMutation(
const fragmentId = `Comment_${commentId}`;
const data = proxy.readFragment({ fragment, id: fragmentId });
console.log('data', data);
data.status = status;
data.status_history = data.status_history
? data.status_history