From 28ec77cf8a0c654869340ebea341060137c86397 Mon Sep 17 00:00:00 2001 From: Storage sandboxing Date: Thu, 6 Jan 2022 20:16:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B2=A1=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E7=94=A8=E4=BE=8B=EF=BC=8C=E4=BF=AE=E6=94=B9file?= =?UTF-8?q?=E4=B8=BAstoragefilejstest=E5=B7=A5=E7=A8=8B=EF=BC=8Cstoragefil?= =?UTF-8?q?eiojstest=E4=BF=AE=E6=94=B9=E8=B7=AF=E5=BE=84=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Storage sandboxing --- storage/storagefilejstest/src/main/js/default/test/File.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/storage/storagefilejstest/src/main/js/default/test/File.test.js b/storage/storagefilejstest/src/main/js/default/test/File.test.js index 09b61474a..7c685c36e 100644 --- a/storage/storagefilejstest/src/main/js/default/test/File.test.js +++ b/storage/storagefilejstest/src/main/js/default/test/File.test.js @@ -2844,7 +2844,6 @@ describe('fileTest', function () { }, fail: function (data, code) { console.log('File_Copy_006 , code: ' + code + ', data: ' + data); - console.log("code: " + (typeof code)); expect(code == 301).assertTrue(); done(); }, -- GitLab