Skip to content

Commit

Permalink
chore: Delete trailing spaces and change the console.log for console.…
Browse files Browse the repository at this point in the history
…info
  • Loading branch information
zak39 committed Nov 5, 2024
1 parent 2631fa9 commit 34eba23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/spaceService.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ export function addGroupToWorkspace(spaceId, gid) {
*/
export function removeWorkspace(spaceId) {
const result = axios.delete(generateUrl(`/apps/workspace/spaces/${spaceId}`))
.then(resp => {
console.log(`The workspace with the ${spaceId} id, is deleted.`)
.then(resp => {
console.info(`The workspace with the ${spaceId} id, is deleted.`)
return resp.data
})
.catch(error => {
Expand Down

0 comments on commit 34eba23

Please sign in to comment.