Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
linxiaoxin committed Jul 24, 2024
1 parent 2a0855c commit e9c1308
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/(main)/questions/topics/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const ManageTopics = () => {
useEffect(()=>{
QuestionsService.getTopics().then((t) => {
var nodes = t.map( item => {
console.log(item.skills);
let childnode: any[] = [];
if(item.skills){
childnode = item.skills.map( skill => {
Expand Down

0 comments on commit e9c1308

Please sign in to comment.