Skip to content

Commit 9e0fb9a

Browse files
committed
remove unused logger from test suite
1 parent 831a332 commit 9e0fb9a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/slack_oauth_test.ml

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ open Printf
33
open Lib
44
module Action = Action.Action (Api_local.Github) (Api_local.Slack)
55

6-
let log = Devkit.Log.from "oauth_test"
7-
86
let arg_code = "code", "1591663521684.1613458437648.4a18cf683e541ff9d8fd75075181cac49c7acae9431d7e4ffd424ce1ca8d2543"
97

108
let arg_state = "state", "foo"

0 commit comments

Comments
 (0)