Skip to content

Commit

Permalink
feat: delete useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed Jun 17, 2022
1 parent 249e5d7 commit 864a9b6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export class StorageService {
* @param args
*/
run(action: string, params: Array<any>, callback): void {
console.log('koko');
const handleResult = {
status: StorageResStatus.invalid,
data: undefined,
Expand Down

0 comments on commit 864a9b6

Please sign in to comment.