Skip to content

Commit

Permalink
Remove console statemtt
Browse files Browse the repository at this point in the history
  • Loading branch information
samad-yar-khan committed Apr 2, 2022
1 parent 7974ecf commit f90f003
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/lib/announcement.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { fetchAPI } from "./api";
export const getAnnouncementData = async (announcement_code) => {
try {
const res = await fetchAPI("/announcements");
console.log(res);
let neededAnnouncement = new Object();
res.forEach((announcement) => {
if (announcement.announcement_code === announcement_code) {
Expand Down

0 comments on commit f90f003

Please sign in to comment.