Skip to content

Commit 53d9549

Browse files
committed
Remove console.log
1 parent 834f9da commit 53d9549

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export const getOffersData = async () => {
2323
export const getRoomsData = async () => {
2424
try {
2525
const { data } = await axios.get(`${url}/rooms`);
26-
console.log("dataRooms", data);
2726
return data;
2827
} catch (error) {
2928
console.log("error getRooms ", error.message);

0 commit comments

Comments
 (0)