summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-08-21 18:57:10 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-08-21 18:57:10 +0000
commit69635d4ff07c5f09b9cb360fb00e2abbec92432d (patch)
treec0c0b492b77b52ac842064873522b2de8b40c988
parentb1ae2d3303e7999d79478811f68e2ab4b68cb7ff (diff)
downloadpygobject-69635d4ff07c5f09b9cb360fb00e2abbec92432d.tar.gz
pygobject-69635d4ff07c5f09b9cb360fb00e2abbec92432d.tar.xz
pygobject-69635d4ff07c5f09b9cb360fb00e2abbec92432d.zip
Remove print
-rw-r--r--tests/test-unknown.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-unknown.c b/tests/test-unknown.c
index 2d7ef51..2602b4a 100644
--- a/tests/test-unknown.c
+++ b/tests/test-unknown.c
@@ -32,7 +32,6 @@ test_interface_get_type (void)
void test_unknown_iface_method (TestInterface *iface)
{
- g_print ("C impl\n");
}
static void