File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ const workerToWindowHandler = new WorkerToWindowHandler(self);
2020
2121function initEngine ( config ) {
2222 // Create an engine lazily
23- console . log ( "engine" ) ;
24- console . log ( engine ) ;
25- console . log ( "require('my-comunica-engine')" ) ;
26- console . log ( require ( 'my-comunica-engine' ) ) ;
2723 if ( ! engine )
2824 engine = new QueryEngineBase ( require ( 'my-comunica-engine' ) ( ) ) ;
2925
@@ -48,13 +44,8 @@ var handlers = {
4844
4945 // Create a client to fetch the fragments through HTTP
5046 config . context . log = logger ;
51- console . log ( "config.query" ) ;
52- console . log ( config . query ) ;
53- console . log ( "config.context" ) ;
54- console . log ( config . context ) ;
5547 engine . query ( config . query , config . context )
5648 . then ( async function ( result ) {
57- console . log ( "then engine.query" ) ;
5849 // Post query metadata
5950 postMessage ( { type : 'queryInfo' , queryType : result . resultType } ) ;
6051
@@ -107,7 +98,6 @@ var handlers = {
10798 }
10899 }
109100 } ) . catch ( postError ) ;
110- console . log ( "2 post engine.query" ) ;
111101 } ,
112102
113103 // Stop the execution of the current query
You can’t perform that action at this time.
0 commit comments