Skip to content

Commit

Permalink
Remove unncessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Nov 3, 2023
1 parent 836f61d commit 5002c3f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const logCb = $eventStream.addEventMonitorCallback('publish/restorePythonEnv/log
});
const statusCb = $eventStream.addEventMonitorCallback('publish/restorePythonEnv/status', (msg) => {
let newCaption: string;
console.log('This is a status msg', msg);
switch (msg.data.status) {
case 'download+install':
newCaption = `Downloading and installing package: `;
Expand Down

0 comments on commit 5002c3f

Please sign in to comment.