Skip to content
Snippets Groups Projects
Commit 9d49eb5a authored by MahiFaiyaz's avatar MahiFaiyaz
Browse files

removed console logging

parent 5f7b1753
No related branches found
No related tags found
1 merge request!4Subreddit feature
......@@ -25,7 +25,6 @@ const formatData = (data, dataKey, dataValue) => {
}
result.sort((a,b) => {
return b[dataValue] - a[dataValue]})
console.log(result)
return result
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment