Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikramuka committed Oct 30, 2023
1 parent 231efe4 commit aa1f530
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/web/client/utilities/urlBuilderUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,6 @@ export async function getOrCreateSharedWorkspace(config: any) {
let requestSentAtTime = new Date().getTime();
const requestUrl = path.join(config.dataverseOrgUrl, Constants.GET_OR_CREATE_SHARED_WORK_SPACE);

console.log("requestUrl: ", requestUrl);

try {
WebExtensionContext.telemetry.sendAPITelemetry(
requestUrl,
Expand Down

0 comments on commit aa1f530

Please sign in to comment.