Browse Source

removed unused code

tags/v0.8.0
Shaun 3 years ago
parent
commit
2071a5fa4f
2 changed files with 0 additions and 4 deletions
  1. +0
    -2
      src/client/js/components/fadeInOut.js
  2. +0
    -2
      src/server/world/map.js

+ 0
- 2
src/client/js/components/fadeInOut.js View File

@@ -19,8 +19,6 @@ define([
init: function (blueprint) { init: function (blueprint) {
if (this.obj.components.some(c => c.type === this.type)) if (this.obj.components.some(c => c.type === this.type))
return true; return true;

console.log(blueprint);
}, },


update: function () { update: function () {


+ 0
- 2
src/server/world/map.js View File

@@ -25,8 +25,6 @@ const objectifyProperties = oldProperties => {
return newProperties; return newProperties;
}; };


const cachedImageDimensions = {};

module.exports = { module.exports = {
name: null, name: null,
path: null, path: null,


Loading…
Cancel
Save