Skip to content

Commit ccd29a3

Browse files
committed
Remove console.log
1 parent 9b42990 commit ccd29a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/_tools/search/pkg-index/lib/remove_elements.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ var visit = require( 'unist-util-visit' );
3535
*/
3636
function remove( node, index, parent ) {
3737
if ( parent ) {
38-
console.log( node );
3938
parent.children.splice( index, 1 );
4039
}
4140
}

0 commit comments

Comments
 (0)