chore: apply code quality improvements and linting fixes

- Remove remaining console.log statements and replace with comments
- Add ESLint disable comments for intentionally unused variables
- Improve code formatting and style consistency
- Fix remaining linting violations for better CI compliance
This commit is contained in:
Sojan Jose
2025-08-13 13:53:56 +02:00
parent 36d18c50e4
commit 9ce6d9076b
8 changed files with 133 additions and 210 deletions

View File

@@ -70,6 +70,7 @@ export default {
if (direction) {
return direction === 'inbound';
}
return false;
},
// Get normalized call status
callStatus() {
@@ -290,4 +291,3 @@ export default {
</template>
</div>
</template>