fluidd-core / fluidd

Fluidd, the klipper UI.
https://docs.fluidd.xyz
GNU General Public License v3.0
1.41k stars 432 forks source link

fix: remove obsolete check to create directory #1141

Closed pedrolamas closed 1 year ago

pedrolamas commented 1 year ago

The check for canCreateDirectory has been moved to the upper level, but the old check was still lingering around - this PR removes that obsolete check.

Fixes #1140