Skip to content

Commit

Permalink
remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorfr committed Jul 29, 2018
1 parent a8e688c commit ff7752a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tasks/GhostThemeUploader/ghostThemeUploaderTask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ let blogUrl = tl.getEndpointUrl(blogEndpoint, false);
let blogAuth = tl.getEndpointAuthorization(blogEndpoint, false);
let chromiumBinVariable = tl.getVariable("CHROMIUM_BIN");
let uploadTimeout = parseInt(tl.getInput("uploadTimeout"));
console.log('endpoint params', Object.keys(blogAuth.parameters));

const searchLocation = [
chromiumBinVariable,
Expand Down

0 comments on commit ff7752a

Please sign in to comment.