You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ja...@apache.org on 2013/08/28 14:26:16 UTC

git commit: debug-output in skwrl-mode turned off

Updated Branches:
  refs/heads/develop b7502cae7 -> e9936b537


debug-output in skwrl-mode turned off


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

Branch: refs/heads/develop
Commit: e9936b5379cceeb476976477efe335c90eae8c07
Parents: b7502ca
Author: Jakob Frank <ja...@apache.org>
Authored: Wed Aug 28 14:24:49 2013 +0200
Committer: Jakob Frank <ja...@apache.org>
Committed: Wed Aug 28 14:24:49 2013 +0200

----------------------------------------------------------------------
 extras/webjars/codemirror/src/main/resources/skwrl.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/e9936b53/extras/webjars/codemirror/src/main/resources/skwrl.js
----------------------------------------------------------------------
diff --git a/extras/webjars/codemirror/src/main/resources/skwrl.js b/extras/webjars/codemirror/src/main/resources/skwrl.js
index e4f473f..7de04c3 100644
--- a/extras/webjars/codemirror/src/main/resources/skwrl.js
+++ b/extras/webjars/codemirror/src/main/resources/skwrl.js
@@ -34,7 +34,7 @@ CodeMirror.defineMode("skwrl", function(config, parserConfig) {
         baseURL = parserConfig.baseURL || null;
     
     function log(stream, status, result) {
-        //return;
+        return;
         if (console && console.log) {
             console.log(stream.current() + " := " + result + " (-> " + status.current() + ")");
         }