Fixed redundant tagged issue reported by SonarQube.

This commit is contained in:
Aditya Toshniwal
2020-06-18 11:14:56 +05:30
committed by Akshay Joshi
parent 5ed1e1e5b6
commit f0490a54b7
22 changed files with 34 additions and 42 deletions

View File

@@ -1562,7 +1562,7 @@ define([
);
}
});
} else if (trans_id != undefined && debug_type) {
} else if (trans_id != undefined) {
// Make ajax call to execute the and start the target for execution
baseUrl = url_for('debugger.start_listener', {
'trans_id': trans_id,