Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
xinbenlv committed Jun 29, 2024
1 parent 2276326 commit 652d347
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@namefi/cat",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "Namefi Categorizer",
"homepage": "https://namefi.io",
"scripts": {
Expand Down
3 changes: 0 additions & 3 deletions src/english-word-club.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ import * as fs from 'fs';
import path from 'path';
const mit10k_en_us_path = path.resolve(__dirname, './data/mit10k-en-US.txt');

console.log(`XXX __dirname=`, __dirname);

console.log(`XXX mit10k_en_us_path=`, mit10k_en_us_path);
const mit10k_en_us = fs.readFileSync(mit10k_en_us_path, 'utf8').split('\n');
const gwtwc_top_333k = fs.readFileSync(path.resolve(__dirname, './data/gwtwc/count_1w.txt'), 'utf8').split('\n')
.map((line) => {
Expand Down

0 comments on commit 652d347

Please sign in to comment.