Skip to content

Commit

Permalink
trace off
Browse files Browse the repository at this point in the history
  • Loading branch information
Quickcorp committed Mar 12, 2018
1 parent 2d9b187 commit 6d7639b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QCObjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@
c_new['body'] = c_new.__definition.body;
}
console.log('llamada a new');
console.trace();
// console.trace();
c_new.__new__(args);
if (c_new.hasOwnProperty('_new_')){
c_new._new_(args);
Expand Down

0 comments on commit 6d7639b

Please sign in to comment.