Skip to content

Commit

Permalink
Remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkelly committed Nov 9, 2023
1 parent 235202b commit d57b258
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/blocks/src/api/raw-handling/nested-list-converted.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ function createBullet( doc, child, isNested ) {
* @param {Document} doc the parent document.
*/
export default function nestedListedConverter( node, doc ) {
//console.log(1, doc.body.innerHTML)

function transformList( list, result = [] ) {
const isNested = isList( node.parentElement );

Expand Down

0 comments on commit d57b258

Please sign in to comment.