Skip to content

Commit 5cc5e1c

Browse files
committed
Remove unused string literal
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
1 parent 1a0bce5 commit 5cc5e1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/views/helpView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ async function downloadLogs() {
160160
} catch (err) { }
161161

162162
try {
163-
const debugNavigatorLogPath = `${debugConfig.getNavigatorLogFile()}`;
163+
const debugNavigatorLogPath = debugConfig.getNavigatorLogFile();
164164
const debugNavigatorLog = (await content.downloadStreamfileRaw(debugNavigatorLogPath));
165165
if (debugNavigatorLog) {
166166
logs.push({

0 commit comments

Comments
 (0)