summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-22 18:57:19 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-22 18:57:19 +0100
commit548d05a9e9a2081d3accc0d1a743d34c4eeda0e6 (patch)
treeadb5e8c1f4266c0b978f7259d5280862505bfd56 /src
parent0251d3f2986bf70d4721b7127ca6ddcc9da3b256 (diff)
Remove debug code.
Diffstat (limited to 'src')
-rw-r--r--src/picture_asset.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/picture_asset.cc b/src/picture_asset.cc
index abc902d4..21da250a 100644
--- a/src/picture_asset.cc
+++ b/src/picture_asset.cc
@@ -281,8 +281,6 @@ MonoPictureAsset::construct (sigc::slot<string, int> get_path)
string const path = get_path (i);
- cout << "reading " << path << "\n";
-
if (ASDCP_FAILURE (j2k_parser.OpenReadFrame (path.c_str(), frame_buffer))) {
throw FileError ("could not open JPEG2000 file for reading", path);
}