浏览代码

Remove G_debug() call from G__home() to prevent infinite recursion if
GISRC is unset


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37069 15284696-431f-4ddb-bdfa-cd5b030d7da7

Glynn Clements 16 年之前
父节点
当前提交
c99939c27e
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lib/gis/home.c

+ 0 - 1
lib/gis/home.c

@@ -68,7 +68,6 @@ const char *G__home(void)
 #else
     home = getenv("HOME");
 #endif
-    G_debug(2, "G__home home = %s", home);
     G_initialize_done(&initialized);
     return home;
 }