hedgequantx 1.5.10 → 1.5.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/app.js +0 -3
package/package.json
CHANGED
package/src/app.js
CHANGED
|
@@ -117,9 +117,6 @@ const banner = async () => {
|
|
|
117
117
|
const innerWidth = boxWidth - 2;
|
|
118
118
|
const version = require('../package.json').version;
|
|
119
119
|
|
|
120
|
-
// Use cached stats (no refetch on every banner display)
|
|
121
|
-
const statsInfo = cachedStats;
|
|
122
|
-
|
|
123
120
|
// Draw logo - compact for mobile, full for desktop
|
|
124
121
|
|
|
125
122
|
console.log(chalk.cyan('╔' + '═'.repeat(innerWidth) + '╗'));
|