Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
rlindner81 committed Apr 24, 2024
1 parent c293302 commit 9628ef0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/submodules/capMultitenancy.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ const _cdsUpgrade = async (

const { status, tasks } = pollJobResponseData || {};
assert(status, "no status retrieved for jobId %s", jobId);

console.log("polled status %s for jobId %s", status, jobId);
if (isMtxs) {
const taskSummary = _getTaskSummary(tasks ?? []);
Expand Down

0 comments on commit 9628ef0

Please sign in to comment.