disabled debugging.

SVN revision: 18733
This commit is contained in:
Carsten Haitzler 2005-11-30 15:57:21 +00:00
parent bd0c83af10
commit 16dcf581f9
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ evas_stringshare_add(const char *str)
share.buckets[hash_num] = el;
}
el->references++;
// printf("SSHARE + \"%s\", ref %i\n", el_str, el->references);
return el_str;
}
}