Skip to content

Commit e53d0b3

Browse files
committed
Clean up comments
1 parent ed30b67 commit e53d0b3

File tree

1 file changed

+0
-3
lines changed
  • wasm-wrappers/fdw/slack_fdw/src

1 file changed

+0
-3
lines changed

wasm-wrappers/fdw/slack_fdw/src/lib.rs

-3
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ impl SlackFdw {
106106
unsafe { &mut (*INSTANCE) }
107107
}
108108

109-
// This was left as a placeholder - in production we don't use the SlackClient
110-
// but directly make requests via the HTTP interface
111-
112109
// Map Slack UserGroup to PostgreSQL Row
113110
fn usergroup_to_row(&self, usergroup: &UserGroup, row: &Row) -> Result<(), FdwError> {
114111
// Basic information

0 commit comments

Comments
 (0)