Skip to content

Commit

Permalink
remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
Abby Wheelis committed Oct 18, 2023
1 parent 0584278 commit 1d4752d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/js/splash/startprefs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export function readConsentState() {
return fetch("json/startupConfig.json")
.then(response => response.json())
.then(function (startupConfigResult) {
// let startupConfigJson = await startupConfigResult.json();
console.log(startupConfigResult);
_req_consent = startupConfigResult.emSensorDataCollectionProtocol;
logInfo("required consent version = " + JSON.stringify(_req_consent));
Expand Down

0 comments on commit 1d4752d

Please sign in to comment.