Skip to content

Commit 3dc7278

Browse files
committed
removed console logs
1 parent 9ba00d6 commit 3dc7278

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

webplugin/bundleFiles.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ exports.getDynamicLoadFiles = function (dir) {
172172

173173
function getCurrentBranch() {
174174
try {
175-
console.log(process.env, 'env detail');
176175
if (process.env.AWS_BRANCH) {
177176
return process.env.AWS_BRANCH;
178177
}

webplugin/js/app/mck-sidebox-1.0.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2686,10 +2686,6 @@ const firstVisibleMsg = {
26862686
);
26872687
return;
26882688
}
2689-
console.log(
2690-
'Conversation created for dropped file:',
2691-
expectedConversationId
2692-
);
26932689
try {
26942690
Kommunicate.openConversation(expectedConversationId);
26952691
} catch (error) {

0 commit comments

Comments
 (0)