Skip to content

Commit 6df08c8

Browse files
committed
remove console.log
1 parent 4d73772 commit 6df08c8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/danfojs-base/aggregators/groupby.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ export default class Groupby {
402402
let valDataframe = new DataFrame(values)
403403
colDict[key] = callable(valDataframe)
404404
}
405-
console.log(colDict)
406405
return this.concatGroups(colDict)
407406
}
408407

0 commit comments

Comments
 (0)