summaryrefslogtreecommitdiff
path: root/libgphoto2/gphoto2-abilities-list.c
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2003-05-26 22:07:28 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2003-05-26 22:07:28 +0000
commit68fc1e1220ab1131676109f20f367830d65fd60b (patch)
tree38c0ce35142f37c3f8a4153aaece1b403162dcac /libgphoto2/gphoto2-abilities-list.c
parent1ed2ca1bf91770d6e7b343334419eb280590ba40 (diff)
downloadlibgphoto2-68fc1e1220ab1131676109f20f367830d65fd60b.tar.gz
ahem. remove debug code
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@6440 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2/gphoto2-abilities-list.c')
-rw-r--r--libgphoto2/gphoto2-abilities-list.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libgphoto2/gphoto2-abilities-list.c b/libgphoto2/gphoto2-abilities-list.c
index 0bd2c6cfa..d7c93b982 100644
--- a/libgphoto2/gphoto2-abilities-list.c
+++ b/libgphoto2/gphoto2-abilities-list.c
@@ -551,14 +551,9 @@ static int
remove_colon_from_string (char *str)
{
char *ch;
- printf("===========================\n");
- printf("COLON-Fixing \"%s\"\n", str);
ch = strchr(str, ':');
if (ch) {
*ch = ' ';
- printf("COLON-Fixed: \"%s\"\n", str);
- } else {
- printf("NOT COLON-Fixed: \"%s\"\n", str);
}
}