Removed debug commented code
This commit is contained in:
@@ -713,10 +713,6 @@ class PMA_Dia_Relation_Schema extends PMA_Export_Relation_Schema
|
|||||||
$dia->endDiaDoc();
|
$dia->endDiaDoc();
|
||||||
$dia->showOutput($db.'-'.$this->pageNumber);
|
$dia->showOutput($db.'-'.$this->pageNumber);
|
||||||
exit();
|
exit();
|
||||||
// print '<pre>';
|
|
||||||
//print_r(get_object_vars($dia));
|
|
||||||
//print_r(get_object_vars($this));
|
|
||||||
//print '</pre>';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -797,12 +797,6 @@ class PMA_Eps_Relation_Schema extends PMA_Export_Relation_Schema
|
|||||||
$eps->endEpsDoc();
|
$eps->endEpsDoc();
|
||||||
$eps->showOutput($db.'-'.$this->pageNumber);
|
$eps->showOutput($db.'-'.$this->pageNumber);
|
||||||
exit();
|
exit();
|
||||||
//print '<pre>';
|
|
||||||
//print_r(get_object_vars($eps));
|
|
||||||
//print_r($alltables);
|
|
||||||
//print_r(get_object_vars($this));
|
|
||||||
//print '</pre>';
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -949,11 +949,6 @@ class PMA_Pdf_Relation_Schema extends PMA_Export_Relation_Schema
|
|||||||
if ($seen_a_relation) {
|
if ($seen_a_relation) {
|
||||||
$this->_drawRelations($this->showColor);
|
$this->_drawRelations($this->showColor);
|
||||||
}
|
}
|
||||||
/* print '<pre>';
|
|
||||||
print_r(get_object_vars($this));
|
|
||||||
print_r(get_object_vars($pdf));
|
|
||||||
print '</pre>';
|
|
||||||
*/
|
|
||||||
$this->_drawTables($this->showColor);
|
$this->_drawTables($this->showColor);
|
||||||
$this->_showOutput($this->pageNumber);
|
$this->_showOutput($this->pageNumber);
|
||||||
exit();
|
exit();
|
||||||
|
@@ -781,12 +781,6 @@ class PMA_Svg_Relation_Schema extends PMA_Export_Relation_Schema
|
|||||||
$svg->endSvgDoc();
|
$svg->endSvgDoc();
|
||||||
$svg->showOutput($db.'-'.$this->pageNumber);
|
$svg->showOutput($db.'-'.$this->pageNumber);
|
||||||
exit();
|
exit();
|
||||||
//print '<pre>';
|
|
||||||
// print_r(get_object_vars($svg));
|
|
||||||
//print_r($alltables);
|
|
||||||
// print_r($this);
|
|
||||||
// print '</pre>';
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -538,10 +538,6 @@ class PMA_Visio_Relation_Schema extends PMA_Export_Relation_Schema
|
|||||||
$visio->endVisioDoc();
|
$visio->endVisioDoc();
|
||||||
$visio->showOutput($db.'-'.$this->pageNumber);
|
$visio->showOutput($db.'-'.$this->pageNumber);
|
||||||
exit();
|
exit();
|
||||||
print '<pre>';
|
|
||||||
print_r(get_object_vars($visio));
|
|
||||||
print_r(get_object_vars($this));
|
|
||||||
print '</pre>';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user