Browse Source

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 years ago
parent
commit
c99939c27e
1 changed files with 0 additions and 1 deletions
  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;
 }