Переглянути джерело

removed dpm and old ws menu path

Stephen Ficklin 7 роки тому
батько
коміт
4d78bb2fee

+ 0 - 1
tripal_chado/api/tripal_chado.query.api.inc

@@ -1318,7 +1318,6 @@ function chado_select_record($table, $columns, $values, $options = NULL) {
 
     // Require the field be in the table description.
     if (!array_key_exists($field, $table_desc['fields'])) {
-      dpm(debug_backtrace());
       tripal_report_error('tripal_chado', TRIPAL_ERROR,
         'chado_select_record: The field "%field" does not exist for the table "%table".  Cannot perform query. Values: %array',
         array('%field' => $field, '%table' => $table, '%array' => print_r($values, 1)),

+ 0 - 7
tripal_ws/tripal_ws.module

@@ -33,13 +33,6 @@ function tripal_ws_init() {
  */
 function tripal_ws_menu() {
 
-  // Web Services API callbacks.
-  $items['ws'] = array(
-    'title' => 'Tripal Web Services API',
-    'page callback' => 'tripal_ws_services',
-    'access arguments' => array('access content'),
-    'type' => MENU_CALLBACK,
-  );
   // Web Services API callbacks.
   $items['web-services'] = array(
     'title' => 'Tripal Web Services API',