Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Gerber committed Oct 17, 2013
1 parent 9308c74 commit 73b25b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/LiveDevelopment/LiveDevelopment.js
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,6 @@ define(function LiveDevelopment(require, exports, module) {
// to the base URL is completed, and (3) the agents finish loading
// gather related documents and finally set status to STATUS_ACTIVE.
var doc = _getCurrentDocument(); // TODO: probably wrong...
console.log(doc);

if (doc) {
var status = STATUS_ACTIVE,
Expand Down

0 comments on commit 73b25b4

Please sign in to comment.