fix: remove unused console log

This commit is contained in:
FreeAoi 2024-03-23 00:15:02 -06:00
parent 0a225b6c3b
commit 6d8b895d07

View File

@ -262,7 +262,6 @@ class BaseCommand {
contexts: BaseCommand['contexts'];
integration_types: BaseCommand['integration_types'];
};
if (data.contexts) console.log(data);
return data;
}