Skip to content

Commit

Permalink
remove unused logger from test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
yasunariw committed Jan 5, 2021
1 parent 831a332 commit 9e0fb9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/slack_oauth_test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ open Printf
open Lib
module Action = Action.Action (Api_local.Github) (Api_local.Slack)

let log = Devkit.Log.from "oauth_test"

let arg_code = "code", "1591663521684.1613458437648.4a18cf683e541ff9d8fd75075181cac49c7acae9431d7e4ffd424ce1ca8d2543"

let arg_state = "state", "foo"
Expand Down

0 comments on commit 9e0fb9a

Please sign in to comment.