Skip to content

Commit

Permalink
Remove accidental debug code that made it into repo
Browse files Browse the repository at this point in the history
Sorry
  • Loading branch information
Zack Moratto committed Aug 16, 2011
1 parent 7c1d3a8 commit 6a37ca2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/asp/Tools/disparitydebug.cc
Expand Up @@ -100,9 +100,6 @@ int main( int argc, char *argv[] ) {
vw_out() << "Opening " << opt.input_file_name << "\n";
ImageFormat fmt = tools::taste_image(opt.input_file_name);

std::cout << "Pixel format: "
<< pixel_format_name(fmt.pixel_format) << "\n";

switch(fmt.pixel_format) {
case VW_PIXEL_GENERIC_2_CHANNEL:
switch (fmt.channel_type) {
Expand Down

0 comments on commit 6a37ca2

Please sign in to comment.