Remove debug printf

SVN revision: 32838
This commit is contained in:
Sebastian Dransfeld 2007-11-23 09:22:43 +00:00
parent 8304a2cb9e
commit d75ea71282
1 changed files with 0 additions and 1 deletions

View File

@ -253,7 +253,6 @@ e_shelf_hide(E_Shelf *es)
EAPI void
e_shelf_locked_set(E_Shelf *es, int lock)
{
printf("Lock shelf: %d\n", lock);
if (lock)
{
e_shelf_toggle(es, 1);