Update src/main/java/fr/moribus/imageonmap/commands/maptool/UpdateCommand.java

Co-authored-by: Amaury Carrade <amaury@carrade.eu>
This commit is contained in:
Vlammar 2020-08-18 00:05:12 +02:00 committed by GitHub
parent 2be34cb34a
commit 2b062f451e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,6 @@ public class UpdateCommand extends IoMCommand
break;
default:
scaling = ImageUtils.ScalingType.CONTAINED;
break;
}
ImageMap map;
PluginLogger.info("getting mapfromargs");