8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2b9f9 commit ddfc4d1Copy full SHA for ddfc4d1
src/timezone/pgtz.c
@@ -6,7 +6,7 @@
6
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
7
*
8
* IDENTIFICATION
9
- * $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.4 2004/05/01 01:34:47 momjian Exp $
+ * $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.5 2004/05/01 01:38:53 momjian Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -41,7 +41,6 @@ pg_TZDIR(void)
41
#endif
42
43
strcat(tzdir, "/timezone");
44
- puts(tzdir);
45
46
done_tzdir = 1;
47
return tzdir;
0 commit comments