Skip to content

Commit 5c636d4

Browse files
committed
fix: remove abnoxious debug file
1 parent f288361 commit 5c636d4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/backend/src/fun/dev-console-ui-utils.js

-3
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ const surrounding_box = (col, lines, lengths) => {
5656
const c = str => `\x1b[${col}m${str}\x1b[0m`;
5757
const bar = c(Array(max_length + 4).fill('━').join(''));
5858
for ( let i = 0 ; i < lines.length ; i++ ) {
59-
require('fs').appendFileSync('/tmp/asdfqwer',
60-
'' + lines[i] +':'+ lines[i].length +':'+ lengths[i]+
61-
':'+max_length+'\n');
6259
if ( lengths[i] < max_length ) {
6360
lines[i] += Array(max_length - lengths[i])
6461
.fill(' ')

0 commit comments

Comments
 (0)