mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-13 08:15:06 +01:00
removed debug logs
This commit is contained in:
parent
17b4a4b790
commit
d64be18cfa
@ -20,7 +20,6 @@ function buildStoreObject(d) {
|
||||
else {
|
||||
version = (version+1).toString()
|
||||
}
|
||||
console.log(this, version);
|
||||
|
||||
// check if version exists
|
||||
if (!this.versions[version]) {
|
||||
@ -31,7 +30,6 @@ function buildStoreObject(d) {
|
||||
|
||||
// update object
|
||||
obj = this.versions[version].update(obj);
|
||||
console.log(obj);
|
||||
}
|
||||
|
||||
// if resulting obj is null, use latest version as init object
|
||||
|
Loading…
Reference in New Issue
Block a user