Skip to content

Commit b3af60b

Browse files
Peter XiePeter Xie
authored andcommitted
v0.8.51
1 parent 17bced7 commit b3af60b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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');

app/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import * as freePort from 'portastic'
3131
import * as prosyServer from './proxyServer'
3232
import * as Stream from 'stream'
3333

34-
const DEBUG = true
34+
const DEBUG = false
3535

3636
const openpgp = require ( 'openpgp' )
3737
const Express = require ( 'express' )

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818
Object.defineProperty(exports, "__esModule", { value: true });
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
const DEBUG = true
18+
const DEBUG = false
1919

2020
import * as Fs from 'fs'
2121
import * as Os from 'os'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qtgate",
3-
"version": "0.8.50",
3+
"version": "0.8.51",
44
"license": "MIT",
55
"description": "QTGate desktop client",
66
"scripts": {

0 commit comments

Comments
 (0)