remove unused param.

dev
Apex Liu 2020-06-06 20:41:40 +08:00
parent eeedf21323
commit e126b6f61c
1 changed files with 0 additions and 1 deletions

View File

@ -241,7 +241,6 @@ $assist.do_rdp_replay = function (rid, func_success, func_error) {
var args = {rid: rid};
args.web = $tp.web_server; // (string) - teleport server base address, like "http://127.0.0.1:7190", without end-slash.
args.sid = Cookies.get('_sid'); // (string) - current login user's session-id.
args.start = tp_format_datetime(args.start, 'yyyyMMdd-HHmmss'); // (string) - convert UTC timestamp to local human-readable string.
console.log('do-rdp-replay:', args);