Skip to content

Commit 64adc91

Browse files
author
Shakeel Mohamed
committed
Remove todos from examples
1 parent d3c329f commit 64adc91

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/basic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var SplunkLogger = require("../index").Logger;
3030
* "https://localhost:8088/services/collector/event/1.0"
3131
*/
3232
var config = {
33-
token: "your-token-here", // TODO: remove the token
33+
token: "your-token-here",
3434
host: "localhost",
3535
path: "/services/collector/event/1.0",
3636
protocol: "https",

examples/batching.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var SplunkLogger = require("../index").Logger;
3535
* Here, autoFlush is set to false
3636
*/
3737
var config = {
38-
token: "your-token-here", // TODO: remove the token
38+
token: "your-token-here",
3939
host: "localhost",
4040
path: "/services/collector/event/1.0",
4141
protocol: "https",

examples/middleware.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var SplunkLogger = require("../index").Logger;
3030
* "https://localhost:8088/services/collector/event/1.0"
3131
*/
3232
var config = {
33-
token: "your-token-here", // TODO: remove the token
33+
token: "your-token-here",
3434
host: "localhost",
3535
path: "/services/collector/event/1.0",
3636
protocol: "https",

0 commit comments

Comments
 (0)