Skip to content

Commit

Permalink
rollback test codes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu-sato committed Jan 13, 2024
1 parent fbe3771 commit eed3a15
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"client-entry.tsx": {
"file": "assets/client-entry.41c12645.js",
"file": "assets/client-entry.9428ab67.js",
"src": "client-entry.tsx",
"isEntry": true,
"css": [
Expand Down
3 changes: 1 addition & 2 deletions src/CalcMethod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ type CalcMethod = {
methodType: MethodType;
calcMethod: (api: DataTableApi<any>, pos: { row: number; column: number }) => number;
};
const test = 'test';
console.log(test);

/*
* Functions
* -------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit eed3a15

Please sign in to comment.