diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-10-14 00:01:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-10-14 00:01:54 +0100 |
| commit | 8f52c06dc8c334ae64fca3ab0d909e5b55987e28 (patch) | |
| tree | 821e40c1d8330e7a7a77941bcf31036838fc0d5c /src/lib | |
| parent | cb5fb3c6fc6571b17ace3d6631d4e0852ca1a17e (diff) | |
Remove debug code.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/film.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index 17df689d5..bd5724828 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -408,7 +408,6 @@ void Film::write_metadata () const { DCPOMATIC_ASSERT (directory()); - throw DecodeError("can't do that"); boost::filesystem::create_directories (directory().get()); shared_ptr<xmlpp::Document> doc = metadata (); doc->write_to_file_formatted (file(metadata_file).string ()); |
