Skip to content

Commit 1c51f91

Browse files
committed
remove obsolete console log
1 parent 3669cac commit 1c51f91

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

examples/simple-waveform/server/build/library/server.js

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

examples/simple-waveform/server/build/library/server.js.map

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

examples/simple-waveform/server/src/library/server.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ export class Server {
2626
const DIRNAME = typeof __dirname !== 'undefined' ? __dirname : path.dirname(fileURLToPath(META.url))
2727
const ROOTPATH = path.join(DIRNAME, '..', '..')
2828

29-
console.log('ROOTPATH: ', ROOTPATH)
30-
3129
this.application.use('/client', express.static(ROOTPATH + '/../client/build'))
3230
this.application.use('/dist', express.static(ROOTPATH + '/../../../dist'))
3331
this.application.use('/node_modules/web-audio-api-player/dist', express.static(ROOTPATH + '/../client/node_modules/web-audio-api-player/dist'))

0 commit comments

Comments
 (0)