1
0
mirror of https://github.com/flarum/core.git synced 2025-08-15 21:04:30 +02:00

remove console log

This commit is contained in:
David Sevilla Martin
2020-03-11 18:05:49 -04:00
parent f0140c6656
commit c3237d4845
3 changed files with 1 additions and 4 deletions

View File

@@ -30,8 +30,6 @@ export default class PostEdited extends Component<PostProp> {
oncreate(vnode) {
super.oncreate(vnode);
console.log('set up tooltip');
this.$().tooltip();
}