mirror of
https://github.com/nasa/openmct.git
synced 2025-03-21 11:35:59 +00:00
debug
This commit is contained in:
parent
1ec2948ccd
commit
7a7ab059be
@ -229,7 +229,7 @@ export default class ObjectAPI {
|
||||
mutableDomainObject.$refresh(result);
|
||||
}
|
||||
|
||||
console.log('openmct get', keystring, Date.now() - now.getTime());
|
||||
console.log('openmct get', keystring, (new Date() - now) / 1000);
|
||||
return result;
|
||||
}).catch((result) => {
|
||||
console.warn(`Failed to retrieve ${keystring}:`, result);
|
||||
|
Loading…
x
Reference in New Issue
Block a user