Skip to content

Commit b33bc46

Browse files
committed
chore: Removed a console log
1 parent 557b6af commit b33bc46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/http/http.service.ts

-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ export class HttpService {
135135
payload += `${key}=`;
136136
}
137137
});
138-
console.log(payload);
139138
return payload;
140139
}
141140

0 commit comments

Comments
 (0)