Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Oct 1, 2024
1 parent 6bee7e7 commit df6f9dd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"babel-preset-es2015": "6.24.1",
"babelify": "8.0.0",
"browserify": "17.0.0",
"debug": "4.3.1",
"es6-promise": "4.2.8",
"jquery": "3.7.1",
"jsdom": "^25.0.1",
Expand Down
2 changes: 0 additions & 2 deletions tests/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ const http = require('http')
const querystring = require('querystring')
const fs = require('fs')
const path = require('path')
// var debug = require('debug')('tlj:testserver')
// var util = require('util')

if (!process.env.TRANSLOADIT_ACCESS_KEY) {
console.error('process.env.TRANSLOADIT_ACCESS_KEY not found. Did you source env.sh ?')
Expand Down
20 changes: 0 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,6 @@ __metadata:
babel-preset-es2015: "npm:6.24.1"
babelify: "npm:8.0.0"
browserify: "npm:17.0.0"
debug: "npm:4.3.1"
es6-promise: "npm:4.2.8"
jquery: "npm:3.7.1"
jsdom: "npm:^25.0.1"
Expand Down Expand Up @@ -2410,18 +2409,6 @@ __metadata:
languageName: node
linkType: hard

"debug@npm:4.3.1":
version: 4.3.1
resolution: "debug@npm:4.3.1"
dependencies:
ms: "npm:2.1.2"
peerDependenciesMeta:
supports-color:
optional: true
checksum: 10c0/610bcc2eb07c533d6a9964478422f7d741095d67301888ee0b77b8f2ad0a15d115c93fb2adb13d10a9eda3d81f2d4d335405540b09596fb23aca070e77497d95
languageName: node
linkType: hard

"debug@npm:^2.2.0, debug@npm:^2.6.8, debug@npm:^2.6.9":
version: 2.6.9
resolution: "debug@npm:2.6.9"
Expand Down Expand Up @@ -4568,13 +4555,6 @@ __metadata:
languageName: node
linkType: hard

"ms@npm:2.1.2":
version: 2.1.2
resolution: "ms@npm:2.1.2"
checksum: 10c0/a437714e2f90dbf881b5191d35a6db792efbca5badf112f87b9e1c712aace4b4b9b742dd6537f3edf90fd6f684de897cec230abde57e87883766712ddda297cc
languageName: node
linkType: hard

"ms@npm:^2.1.3":
version: 2.1.3
resolution: "ms@npm:2.1.3"
Expand Down

0 comments on commit df6f9dd

Please sign in to comment.