remove console.log

This commit is contained in:
Philipp Kühn
2018-08-22 16:50:43 +02:00
parent f366459f65
commit aa4cd3ef4d

View File

@@ -30,7 +30,6 @@ export default class TodoItemNode extends Node {
} }
get schema() { get schema() {
console.log('schema')
return { return {
attrs: { attrs: {
done: { done: {