Skip to content

Commit

Permalink
feat: #1125: Remove redundant logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nphivu414 committed May 6, 2020
1 parent 3975f4f commit 2c19976
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export const DeveloperHome: React.FunctionComponent<DeveloperProps> = ({
const list = developerState?.developerData?.data?.data || []
const { totalCount, pageSize } = developerState?.developerData?.data || {}

console.log('pageNumber', pageNumber)
React.useEffect(() => {
if (unfetched) {
return
Expand Down

0 comments on commit 2c19976

Please sign in to comment.