Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
fix: Remove debug line (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Jun 14, 2023
1 parent 7a0f8be commit e13e24b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions www/scripts/clean-svg-ids.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ function clean(event) {

formData.append('file', file);

//const apiCall = 'https://author-tools.ietf.org/api2/clean_svg_ids';
const apiCall = 'http://localhost:8888/api/clean_svg_ids';
const apiCall = 'https://author-tools.ietf.org/api2/clean_svg_ids';

const request = new Request(apiCall, {
method: 'POST',
Expand Down

0 comments on commit e13e24b

Please sign in to comment.