Removed debug commented code

This commit is contained in:
Adnan
2010-08-18 19:31:29 +05:00
parent 4a4ddeadcf
commit d579653dc5
5 changed files with 0 additions and 25 deletions

View File

@@ -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>';
} }
/** /**

View File

@@ -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>';
} }
/** /**

View File

@@ -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();

View File

@@ -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>';
} }
/** /**

View File

@@ -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>';
} }
/** /**