Skip to content

Commit ab9fabc

Browse files
committed
removed console.log
1 parent 9452982 commit ab9fabc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/printer.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,6 @@ function printPropertyHook(path, options, print, hook) {
12261226

12271227
if (hook.body) {
12281228
if (hook.body.kind === "block") {
1229-
console.log(hook.body);
12301229
parts.push(" ", "{", indent([line, path.call(print, "body")]), line, "}");
12311230
} else {
12321231
parts.push(

0 commit comments

Comments
 (0)