8000 Remove debug output line. · postgrespro/postgres_cluster@ddfc4d1 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ddfc4d1

Browse files
committed
Remove debug output line.
1 parent 0a2b9f9 commit ddfc4d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/timezone/pgtz.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
9-
* $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.4 2004/05/01 01:34:47 momjian Exp $
9+
* $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.5 2004/05/01 01:38:53 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -41,7 +41,6 @@ pg_TZDIR(void)
4141
#endif
4242

4343
strcat(tzdir, "/timezone");
44-
puts(tzdir);
4544

4645
done_tzdir = 1;
4746
return tzdir;

0 commit comments

Comments
 (0)
0