1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 10:51:44 +02:00

remove debugger

This commit is contained in:
Ian Storm Taylor
2018-10-02 08:36:27 -07:00
parent 6dc8b4baa5
commit 9ed08c1544

View File

@@ -50,8 +50,6 @@ function create(type) {
* Mix in the object interfaces. * Mix in the object interfaces.
*/ */
debugger
mixin(create('block'), [Block]) mixin(create('block'), [Block])
mixin(create('change'), [Change]) mixin(create('change'), [Change])
mixin(create('decoration'), [Decoration]) mixin(create('decoration'), [Decoration])