Skip to content

Commit fc7afbe

Browse files
committed
chore: remove console
1 parent 213c610 commit fc7afbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/services/postService.ts

-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ const postService = {
382382
const endpoint = getEndpoint();
383383
const accessToken = cookies.get('access_token') ?? '';
384384
try {
385-
console.log('args', args);
386385
const res = await Axios.post<AxiosResponse<EditPostResponse>>(
387386
endpoint,
388387
{

0 commit comments

Comments
 (0)