Skip to content

Commit c6027fb

Browse files
committed
v6.8.6
1 parent 5d60554 commit c6027fb

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

.DS_Store

0 Bytes
Binary file not shown.

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/6.8.6/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/AutoConfig.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ import Session from "./Session";
44

55
export default class AutoConfig {
66
static run = () => {
7-
const cachedConfig = loadFromGleapCache("config");
7+
/*const cachedConfig = loadFromGleapCache("config");
88
if (cachedConfig) {
99
AutoConfig.applyConfig(cachedConfig);
1010
AutoConfig.loadConfigFromServer(false);
1111
return Promise.resolve();
12-
}
12+
}*/
1313

14-
console.log("Loaded config from server.");
1514
return AutoConfig.loadConfigFromServer(true);
1615
};
1716

@@ -50,7 +49,6 @@ export default class AutoConfig {
5049

5150
static applyConfig(config) {
5251
try {
53-
console.log(config);
5452
const flowConfig = config.flowConfig;
5553
const projectActions = config.projectActions;
5654

0 commit comments

Comments
 (0)