summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-03 15:24:48 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-03 15:24:48 +0000
commit4fa689435abb7f0c2bd07854e0817b6b040d40c7 (patch)
treeab262d74151fd4c2a257349029e9730925f2591b
parent9cba0f20f339deb18c921fb799d250314745bfa9 (diff)
Remove some debugging code.
-rw-r--r--src/wx/content_panel.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc
index b9d682e4d..e6d4dbbb3 100644
--- a/src/wx/content_panel.cc
+++ b/src/wx/content_panel.cc
@@ -695,11 +695,6 @@ ContentPanel::setup ()
int const t = _content->GetItemCount ();
bool const valid = i->paths_valid ();
- /* Temporary debugging for Igor */
- BOOST_FOREACH (boost::filesystem::path j, i->paths()) {
- LOG_GENERAL ("Check %1 %2 answer %3", j.string(), boost::filesystem::exists(j) ? "yes" : "no", valid ? "yes" : "no");
- }
-
shared_ptr<DCPContent> dcp = dynamic_pointer_cast<DCPContent> (i);
bool const needs_kdm = dcp && dcp->needs_kdm ();
bool const needs_assets = dcp && dcp->needs_assets ();