You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In commands/imagesets/command.rs line 45 there is this: println!("{}, {}", args.frame_width, args.frame_height);
If the loging is set lower (warn, for example), this print will still appear in the console which is undesirable.
The text was updated successfully, but these errors were encountered:
In commands/imagesets/command.rs line 45 there is this: println!("{}, {}", args.frame_width, args.frame_height);
If the loging is set lower (warn, for example), this print will still appear in the console which is undesirable.
The text was updated successfully, but these errors were encountered: