EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 1481ce85 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

cleanup forgotten logging

parent 4c575642
No related branches found
No related tags found
2 merge requests!49Production release 1.1.1,!42Redis statuses
......@@ -109,8 +109,6 @@ def rpc_georef(input_filename: os.PathLike, target_filename: os.PathLike, rpc_fi
# rename RPC filename to be compatible with GDAL
if rpc_filename:
shutil.move(rpc_filename, replace_ext(input_filename, '.rpc'))
logger.info(input_filename)
logger.info(target_filename)
gdal.Warp(
target_filename,
input_filename,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment