Skip to content

Commit 7667648

Browse files
committed
Removed images that were commented out [DOC-527]
1 parent da82d68 commit 7667648

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/connections/functions/destination-functions.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ All functions are scoped to your workspace, so members of other workspaces can't
3030
3131
When you click **Build**, a code editor appears. Use the editor to write the code for your function, configure settings, and test the function's behavior.
3232

33-
<!--- ![A screenshot of the Functions Editor in the Segment app, showing one of the Segment sample functions and the test panel in the code editor](images/editor-dest.png) --->
34-
3533
## Code the destination function
3634

3735
Segment invokes a separate part of the function (called a "handler") for each event type that you send to your destination function.
@@ -148,8 +146,6 @@ You can read more about [error handling](#destination-functions-logs-and-errors)
148146

149147
Next, fill out this setting's value in the **Test** tab, so you can run the function and verify that the correct setting value is passed. (This value is only for testing your function.)
150148

151-
<!-- ![Test Value For Setting](images/setting-in-test-tab.png){:width="500"} -->
152-
153149
Now that you've configured a setting and entered a test value, you can add code to read its value and run the function, as in the example below:
154150

155151
```js

0 commit comments

Comments
 (0)