remove obsolete todo

This commit is contained in:
Benjamin Pasero
2020-05-04 08:58:36 +02:00
parent 684a3dd7d5
commit 10bdfdeed0

View File

@@ -141,7 +141,7 @@ export class NativeWindow extends Disposable {
}
}
} else {
args.push({ from: request.from }); // TODO@telemetry this is a bit weird to send this to every action?
args.push({ from: request.from });
}
try {