chore: clean up

This commit is contained in:
liyasthomas
2022-01-24 10:00:07 +05:30
parent ffe659673d
commit 9475a162f7
2 changed files with 0 additions and 98 deletions

View File

@@ -172,8 +172,6 @@ export const applyBodyTransition = <T extends ValidContentTypes | null>(
current: HoppRESTReqBody,
target: T
): HoppRESTReqBody & { contentType: T } => {
debugger
if (current.contentType === target) {
console.warn(
`Tried to transition body from and to the same content-type '${target}'`