Skip to content

Commit 0977914

Browse files
Peter XiePeter Xie
authored andcommitted
v0.8.40
1 parent e7f2298 commit 0977914

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

app/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const Net = require("net");
2929
const Imap = require("./imap");
3030
const freePort = require("portastic");
3131
const Stream = require("stream");
32-
const DEBUG = true;
32+
const DEBUG = false;
3333
const openpgp = require('openpgp');
3434
const Express = require('express');
3535
const cookieParser = require('cookie-parser');

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
*/
19-
const DEBUG = true;
19+
const DEBUG = false;
2020
const Fs = require("fs");
2121
const Os = require("os");
2222
const path_1 = require("path");

index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
const DEBUG = true
17+
18+
const DEBUG = false
1819

1920
import * as Fs from 'fs'
2021
import * as Os from 'os'

0 commit comments

Comments
 (0)