Skip to content

Commit

Permalink
remove console logging of api key
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Mar 28, 2023
1 parent 9cfe4bd commit e3e23c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/fileupload2.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ $(document).ready(function() {
datasetPid = queryParams.get("datasetPid");
console.log('PID: ' + datasetPid);
apiKey = queryParams.get("key");
console.log(apiKey);
directUploadEnabled = true;
addMessage('info', 'Getting Dataset Information...');
fetch(siteUrl + "/api/files/fixityAlgorithm")
Expand Down

0 comments on commit e3e23c1

Please sign in to comment.