diff --git a/flask_project/campaign_manager/templates/campaign_index.html b/flask_project/campaign_manager/templates/campaign_index.html index 765c23bc6..ea13b1f32 100644 --- a/flask_project/campaign_manager/templates/campaign_index.html +++ b/flask_project/campaign_manager/templates/campaign_index.html @@ -502,7 +502,6 @@ $.ajax({ url: "/campaigns", success: function (data) { - console.log({ data }) data.map(function (campaign) { try { addCampaign(campaign, user);