Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zetorama committed Feb 26, 2014
1 parent 4d720e6 commit 5c8ee92
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions xt.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ define(['module', 'text', 'deferred'], function (module, text, dfr) {
parent.pop();
parent = parent.join('/');

console.warn('resolveRelativePath', parentFile, path);

if (dirs[0] === '.') {
// The same dir
dirs.shift();
Expand Down Expand Up @@ -459,7 +457,7 @@ define(['module', 'text', 'deferred'], function (module, text, dfr) {
incUrls = [],
k, l, depName;

console.log('process template "%s": %o', data.id, data);
// console.log('process template "%s": %o', data.id, data);

if (depLoaded && incLoaded) {
checkDone();
Expand Down

0 comments on commit 5c8ee92

Please sign in to comment.