1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-01 05:16:10 +01: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.
*/
debugger
mixin(create('block'), [Block])
mixin(create('change'), [Change])
mixin(create('decoration'), [Decoration])