Skip to content

Commit 09f2137

Browse files
committed
removed debug logging #240
1 parent a751323 commit 09f2137

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/ui/startup/browser.js

-2
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,8 @@ function pingApiServer(blnUrl, callback) {
130130
request.get(apiPingUrl, reqOptions, (err, result) => {
131131
try {
132132
var body = JSON.parse(result.body);
133-
console.log(body);
134133
callback(!(err || body.name !== 'balloon'));
135134
} catch(error) {
136-
console.log(error);
137135
callback(false);
138136
}
139137
});

0 commit comments

Comments
 (0)