Skip to content

Commit

Permalink
Removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
dngomez committed Sep 27, 2024
1 parent 048ff85 commit bff917b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gql/server/Buttons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ export function Slew(props: ButtonProps) {
const slewFlags = data?.slewFlags ?? ({} as SlewFlagsType);
const rotator = useRotator().data?.rotator;
const configuration = useConfiguration().data?.configuration;
console.log(configuration);
const instrument = useInstrument({
variables: {
name: configuration?.obsInstrument ?? '',
Expand Down

0 comments on commit bff917b

Please sign in to comment.