Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 065c81a

Browse files
committed
Remove var_dump instruction
1 parent 6369e4b commit 065c81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/core/classes/class.PydioSdkGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public static function analyzeRegistry($versionString)
120120
);
121121
foreach($swaggerAPIs as $pluginName => $apis){
122122

123-
var_dump("Writing file for $pluginName");
123+
echo("Writing file for $pluginName");
124124

125125
$swaggerJson = array(
126126
"apiVersion" => $versionString,

0 commit comments

Comments
 (0)