Cleanup: use C++ comments or 'if 0' for commented code

This commit is contained in:
Campbell Barton
2021-08-03 15:27:20 +10:00
parent 1973fd89df
commit c1a477b497
23 changed files with 78 additions and 75 deletions

View File

@@ -746,7 +746,7 @@ static PyObject *app_translations_new(PyTypeObject *type,
PyObject *UNUSED(args),
PyObject *UNUSED(kw))
{
/* printf("%s (%p)\n", __func__, _translations); */
// printf("%s (%p)\n", __func__, _translations);
if (!_translations) {
_translations = (BlenderAppTranslations *)type->tp_alloc(type, 0);