witten
/
luminotes
Archived
1
0
Fork 0

Removing debugging print.

This commit is contained in:
Dan Helfman 2009-01-22 14:27:01 -08:00
parent 1658d43d4c
commit 6438d34e97
1 changed files with 0 additions and 1 deletions

View File

@ -1030,7 +1030,6 @@ Editor.prototype.state_enabled = function ( state_name, node_names ) {
Editor.prototype.current_node_names = function () {
var node_names = new Array();
console.log( this.edit_enabled, this.iframe, this.document );
if ( !this.edit_enabled || !this.iframe || !this.document )
return node_names;