We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da94ff commit c95cc60Copy full SHA for c95cc60
apps/web/lib/api/activity-log/get-resource-diff.ts
@@ -1,4 +1,3 @@
1
-import { prettyPrint } from "@dub/utils";
2
import * as jsondiffpatch from "jsondiffpatch";
3
4
type DiffValue = {
@@ -73,7 +72,5 @@ export const getResourceDiff = (
73
72
}
74
75
76
- console.log("[getResourceDiff] diff:", prettyPrint(result));
77
-
78
return Object.keys(result).length > 0 ? result : null;
79
};
0 commit comments