Skip to content

Commit c95cc60

Browse files
committed
Update get-resource-diff.ts
1 parent 4da94ff commit c95cc60

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/web/lib/api/activity-log/get-resource-diff.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { prettyPrint } from "@dub/utils";
21
import * as jsondiffpatch from "jsondiffpatch";
32

43
type DiffValue = {
@@ -73,7 +72,5 @@ export const getResourceDiff = (
7372
}
7473
}
7574

76-
console.log("[getResourceDiff] diff:", prettyPrint(result));
77-
7875
return Object.keys(result).length > 0 ? result : null;
7976
};

0 commit comments

Comments
 (0)