We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf17186 commit 5a39bf4Copy full SHA for 5a39bf4
src/connectors/controller/index.ts
@@ -25,14 +25,6 @@ export class ControllerConnector extends Connector {
25
constructor(options: Partial<ControllerOptions> = {}) {
26
super()
27
28
- if (!options.policies) {
29
- console.log(
30
- "[Controller] You have no policies set for the Controller. " +
31
- "This is not typical and may lead to unexpected behavior. " +
32
- "Go to https://docs.cartridge.gg/controller/sessions to learn more about setting policies.",
33
- )
34
- }
35
-
36
this.controller = this.available()
37
? new Controller(options as ControllerOptions)
38
: null
0 commit comments