Remove debugging calls from layerwriter plugin.

This commit is contained in:
Mike Auty
2019-09-01 15:50:29 +01:00
parent 5d75d617b3
commit c2feba6651
@@ -59,8 +59,6 @@ class LayerWriter(plugins.PluginInterface):
filedata.data.write(data)
self.produce_file(filedata)
except Exception as excp:
import pdb
pdb.set_trace()
vollog.warning("Unable to write out output file")
yield 0, ('Layer {} has been written to {}'.format(self.config['layer_name'],