Skip to content

Commit

Permalink
remove problematic elog(INFO, ...) call
Browse files Browse the repository at this point in the history
  • Loading branch information
Tishj committed Apr 17, 2024
1 parent 99a93a8 commit 1b04d41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/quack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ PG_MODULE_MAGIC;

void
_PG_init(void) {
elog(INFO, "quack extension initialized");
quack_init_guc();
quack_init_hooks();
}
Expand Down

0 comments on commit 1b04d41

Please sign in to comment.