Skip to content

Commit

Permalink
#23 removed unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
katrina-cityofdetroit committed Jul 16, 2024
1 parent 11ac37c commit d4efa8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/utils/data_utils/budget_data_handlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const FundLookupTable = {
if (!table[fund]){
// get fund name
const fundName = fundData[fund][0]['Fund Name'];
console.log(fundName);
// add fund to dictionary
table[fund] = fundName;
}
Expand Down

0 comments on commit d4efa8a

Please sign in to comment.