Changeset 16678

Show
Ignore:
Timestamp:
06/23/08 16:56:02 (4 months ago)
Author:
piotras
Message:

Remove debug message

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midgard/apis/python/py_midgard_object.c

    r16677 r16678  
    629629__set_attro(PyObject *self, PyObject *attr, PyObject *value) 
    630630{ 
    631         GObject *object = G_OBJECT(((PyGObject*)self)->obj); 
    632  
    633         g_debug("Set property '%s'", PyString_AsString(attr)); 
     631        GObject *object = G_OBJECT(((PyGObject*)self)->obj);     
    634632 
    635633        /* Now we do fallback to generic SetAttr */