You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/04/01 06:03:44 UTC

[39/50] [abbrv] incubator-weex git commit: * [html5] clear logs.

* [html5] clear logs.


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/91b8cc59
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/91b8cc59
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/91b8cc59

Branch: refs/heads/dev
Commit: 91b8cc5943632e3f57f9d2eaf6f0475516e5f19e
Parents: 5f57aa7
Author: MrRaindrop <te...@gmail.com>
Authored: Thu Mar 30 18:18:19 2017 +0800
Committer: MrRaindrop <te...@gmail.com>
Committed: Thu Mar 30 18:18:19 2017 +0800

----------------------------------------------------------------------
 dangerfile.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/91b8cc59/dangerfile.js
----------------------------------------------------------------------
diff --git a/dangerfile.js b/dangerfile.js
index 00ab9b8..6d82fdb 100644
--- a/dangerfile.js
+++ b/dangerfile.js
@@ -31,7 +31,6 @@ const unFlowedFiles = jsFiles.filter(filepath => {
   const len = flowIgnorePaths.length
   while (i < len) {
     const p = flowIgnorePaths[i]
-    console.log(filepath, p, filepath.indexOf(p))
     if (filepath.indexOf(p) > -1) {
       // ignore this file because it's in the flow-ignore-paths.
       return false;