Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
localjo committed Nov 5, 2019
1 parent 6fedd63 commit eac9195
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,6 @@
$.ajax({
url: "/campaigns",
success: function (data) {
console.log({ data })
data.map(function (campaign) {
try {
addCampaign(campaign, user);
Expand Down

0 comments on commit eac9195

Please # to comment.