removed console.log
This commit is contained in:
@@ -183,7 +183,6 @@ export const ConnectionBtn = () => {
|
||||
const [logoffHours, logoffMinutes] =
|
||||
form.logoffTime?.split(":").map(Number) || [];
|
||||
|
||||
console.log(logoffHours, logoffMinutes, form.logoffTime);
|
||||
await aircraftMutation.mutateAsync({
|
||||
sessionId: connection.connectedAircraft.id,
|
||||
change: {
|
||||
|
||||
Reference in New Issue
Block a user