Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
remove unused codes
Browse files Browse the repository at this point in the history
  • Loading branch information
dualface committed Dec 26, 2016
1 parent c8bcf0d commit 3fbf976
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion creator-project/packages/creator-lua-support/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ function _fetchVersion() {

function _runWorker(url, message, project) {
let buildWorker;
Editor.log(url);
Editor.App.spawnWorker(url, (worker) => {
buildWorker = worker;
let opts = {version: PACKAGE_VERSION, debug: DEBUG_WORKER};
Expand Down

0 comments on commit 3fbf976

Please sign in to comment.