Browse Source

remove console.log

pull/217/head
butlerx 5 years ago
parent
commit
8a2d918200
No known key found for this signature in database GPG Key ID: B37CA765BAA89170
  1. 1
      src/server/socketServer/html.ts

1
src/server/socketServer/html.ts

@ -8,7 +8,6 @@ export default (base: string, title: string) => (
? '../'
: base;
console.log(req.url, base, resourcePath);
res.send(`<!doctype html>
<html lang="en">
<head>

Loading…
Cancel
Save