mirror of
https://gitee.com/openharmony/applications_screenshot
synced 2024-11-22 22:51:26 +00:00
delete unused import
Signed-off-by: zuojiaqi <zuojiaqi3@huawei.com>
This commit is contained in:
parent
84d42da81d
commit
9b883291b4
@ -17,9 +17,6 @@ import { BusinessError } from '@ohos.base';
|
||||
import ScreenshotManager from '@ohos.screenshot';
|
||||
import WindowMar from '@ohos.window';
|
||||
import ImageMar from '@ohos.multimedia.image';
|
||||
import mediaLibrary from '@ohos.multimedia.mediaLibrary';
|
||||
import FileIo from '@ohos.fileio';
|
||||
import display from '@ohos.display';
|
||||
import Constants from '../common/constants';
|
||||
import Log from '../../../../../../../../common/src/main/ets/default/Log';
|
||||
import Want from '@ohos.app.ability.Want';
|
||||
@ -67,7 +64,6 @@ export class ScreenShotModel {
|
||||
const userFileMgr = userFileManager.getUserFileMgr(context);
|
||||
this.imageFileName = SCREENSHOT_PREFIX + '_' + (new Date()).getTime() + PICTURE_TYPE;
|
||||
Log.showInfo(TAG, `imageName: ${this.imageFileName}`);
|
||||
Log.showInfo(TAG, `add: this is a test`);
|
||||
|
||||
const packer = ImageMar.createImagePacker();
|
||||
this.showWindow();
|
||||
|
Loading…
Reference in New Issue
Block a user