Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
plehocky committed Jul 9, 2024
1 parent 46ab6bb commit e64b5e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/schema/performance-monitoring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ export const DeviceUsageSubscription = subscriptionField('deviceUsage', {
if (performanceMonitoringAPI == null) {
return { cpuUsage: null, memoryUsage: null };
}
console.log(performanceMonitoringAPI.getDeviceLoadUsage(deviceName));

return performanceMonitoringAPI.getDeviceLoadUsage(deviceName);
},
Expand Down

0 comments on commit e64b5e3

Please sign in to comment.