Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2008-07-09 19:25:34 +0400
committerTon Roosendaal <ton@blender.org>2008-07-09 19:25:34 +0400
commitd0d179dce604a529381425a6c53f6cf4ea756b1d (patch)
tree05525f82fcb504de65fb90bf433cb4928ae689e7 /source/blender/imbuf/intern/openexr/openexr_api.cpp
parent180a7d1f623bfa78ff9f8397507053e679a0efbc (diff)
Buhh... and now I left in testing print in exr code.
Diffstat (limited to 'source/blender/imbuf/intern/openexr/openexr_api.cpp')
-rw-r--r--source/blender/imbuf/intern/openexr/openexr_api.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/openexr/openexr_api.cpp b/source/blender/imbuf/intern/openexr/openexr_api.cpp
index 16e76331916..fe352610a40 100644
--- a/source/blender/imbuf/intern/openexr/openexr_api.cpp
+++ b/source/blender/imbuf/intern/openexr/openexr_api.cpp
@@ -866,7 +866,6 @@ static const char *exr_rgba_channelname(InputFile *file, const char *chan)
int len= strlen(str);
if(len) {
if(BLI_strcasecmp(chan, str+len-1)==0) {
- printf("name %s\n", str);
return str;
}
}